StreamInfoLanguage Property |
Gets the language string from the stream's metadata.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Language { get; }
Public ReadOnly Property Language As String
Get
Dim instance As StreamInfo
Dim value As String
value = instance.Language
member Language : string with get
/** @property */
public String get_Language()
function get Language () : String
Property Value
Type:
String
See Also