Defines if all video files are converted to specified format. Requires a separate installation of video converter like ffMpeg that is NOT a part of the MonoX package.

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

Syntax

C#
public static bool ConvertVideo { get; }
Visual Basic
Public Shared ReadOnly Property ConvertVideo As Boolean
	Get
Visual C++
public:
static property bool ConvertVideo {
	bool get ();
}
F#
static member ConvertVideo : bool with get

Property Value

Type: Boolean
true if [convert video]; otherwise, false.

See Also