VideoHelperConvertFlv Method | Helper帮助文档 |
视频格式转为Flv
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ConvertFlv( string vFileName, string ExportName )
Public Function ConvertFlv ( vFileName As String, ExportName As String ) As Boolean
public: bool ConvertFlv( String^ vFileName, String^ ExportName )
member ConvertFlv : vFileName : string * ExportName : string -> bool
Parameters
- vFileName
- Type: SystemString
原视频文件地址 - ExportName
- Type: SystemString
生成后的Flv文件地址
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.VideoHelper.ConvertFlv(System.String,System.String)"]
See Also