VideoHelper.ChangeFileVir Method

HD.Common

VideoHelperChangeFileVir Method Helper帮助文档
转换文件并保存在指定文件夹下

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

public string ChangeFileVir(
	string fileName,
	string playFile,
	string imgFile
)
Public Function ChangeFileVir ( 
	fileName As String,
	playFile As String,
	imgFile As String
) As String
public:
String^ ChangeFileVir(
	String^ fileName, 
	String^ playFile, 
	String^ imgFile
)
member ChangeFileVir : 
        fileName : string * 
        playFile : string * 
        imgFile : string -> string 

Parameters

fileName
Type: SystemString
上传视频文件的路径(原文件)
playFile
Type: SystemString
转换后的文件的路径(网络播放文件)
imgFile
Type: SystemString
从视频文件中抓取的图片路径

Return Value

Type: String
成功:返回图片虚拟地址;失败:返回空字符串
See Also

Reference