StreamInfoCodecTypeName Property |
Gets the name of the codec type. Audio, Video, Subtitle, Data, etc.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CodecTypeName { get; }
Public ReadOnly Property CodecTypeName As String
Get
Dim instance As StreamInfo
Dim value As String
value = instance.CodecTypeName
member CodecTypeName : string with get
/** @property */
public String get_CodecTypeName()
function get CodecTypeName () : String
function get_CodecTypeName();
Property Value
Type:
String
See Also