Gets or sets the video mime type. (e.g. video/mp4)

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

Syntax

C#
public string VideoMimeType { get; }
Visual Basic
Public ReadOnly Property VideoMimeType As String
	Get
Visual C++
public:
property String^ VideoMimeType {
	String^ get ();
}
F#
member VideoMimeType : string with get

Property Value

Type: String

See Also