Gets the codec identifier.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AVCodecID Codec { get; }
Public ReadOnly Property Codec As AVCodecID
Get
Dim instance As StreamInfo
Dim value As AVCodecID
value = instance.Codec
member Codec : AVCodecID with get
/** @property */
public AVCodecID get_Codec()
function get Codec () : AVCodecID
Property Value
Type:
AVCodecID
See Also