StreamInfoCodecName Property |
Gets the name of the codec.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CodecName { get; }
Public ReadOnly Property CodecName As String
Get
Dim instance As StreamInfo
Dim value As String
value = instance.CodecName
member CodecName : string with get
/** @property */
public String get_CodecName()
function get CodecName () : String
function get_CodecName();
Property Value
Type:
String
See Also