Gets the video converter provider type.

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

Syntax

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

Property Value

Type: Type
The type of the convert video provider.

See Also