VideoHelper.MChangeFilePhy Method

HD.Common

VideoHelperMChangeFilePhy Method Helper帮助文档
运行mencoder的视频解码器转换

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

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

Parameters

vFileName
Type: SystemString

[Missing <param name="vFileName"/> documentation for "M:HD.Common.VideoHelper.MChangeFilePhy(System.String,System.String,System.String)"]

playFile
Type: SystemString

[Missing <param name="playFile"/> documentation for "M:HD.Common.VideoHelper.MChangeFilePhy(System.String,System.String,System.String)"]

imgFile
Type: SystemString

[Missing <param name="imgFile"/> documentation for "M:HD.Common.VideoHelper.MChangeFilePhy(System.String,System.String,System.String)"]

Return Value

Type: String

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

See Also

Reference