VideoHelper.CatchImg Method (String)

HD.Common

VideoHelperCatchImg Method (String) Helper帮助文档
生成Flv视频的缩略图

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string CatchImg(
	string vFileName
)
Public Function CatchImg ( 
	vFileName As String
) As String
public:
String^ CatchImg(
	String^ vFileName
)
member CatchImg : 
        vFileName : string -> string 

Parameters

vFileName
Type: SystemString
视频文件地址

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.VideoHelper.CatchImg(System.String)"]

See Also

Reference