Constructor.

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

Syntax

C#
public Mp4Encoder(
	string converterExePath,
	string workingPath
)
Visual Basic
Public Sub New ( 
	converterExePath As String,
	workingPath As String
)
Visual C++
public:
Mp4Encoder(
	String^ converterExePath, 
	String^ workingPath
)
F#
new : 
        converterExePath : string * 
        workingPath : string -> Mp4Encoder

Parameters

converterExePath
Type: System..::..String
Converter Exe path.
workingPath
Type: System..::..String
Working path.

See Also