StreamInfoCodecTag Property |
Gets the codec tag. Not very useful except for fixing bugs with
some demuxer scenarios.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic uint CodecTag { get; }
Public ReadOnly Property CodecTag As UInteger
Get
Dim instance As StreamInfo
Dim value As UInteger
value = instance.CodecTag
member CodecTag : uint32 with get
/** @property */
public UInt32 get_CodecTag()
function get CodecTag () : uint
Property Value
Type:
UInt32
See Also