Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static void ConvertVideo(
	ref string filePath,
	ref string targetPath,
	ref string originalFileName,
	ref string fileName,
	ref string thumbnailImagePath
)
Visual Basic
Public Shared Sub ConvertVideo ( 
	ByRef filePath As String,
	ByRef targetPath As String,
	ByRef originalFileName As String,
	ByRef fileName As String,
	ByRef thumbnailImagePath As String
)
Visual C++
public:
static void ConvertVideo(
	String^% filePath, 
	String^% targetPath, 
	String^% originalFileName, 
	String^% fileName, 
	String^% thumbnailImagePath
)
F#
static member ConvertVideo : 
        filePath : string byref * 
        targetPath : string byref * 
        originalFileName : string byref * 
        fileName : string byref * 
        thumbnailImagePath : string byref -> unit 

Parameters

filePath
Type: System..::..String%
targetPath
Type: System..::..String%
originalFileName
Type: System..::..String%
fileName
Type: System..::..String%
thumbnailImagePath
Type: System..::..String%

See Also