Gets the name of the container format.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Format { get; }
Public ReadOnly Property Format As String
Get
Dim instance As MediaInfo
Dim value As String
value = instance.Format
member Format : string with get
/** @property */
public String get_Format()
function get Format () : String
Property Value
Type:
String
See Also