StreamInfoCodecType Property |
Gets the type of the codec.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AVMediaType CodecType { get; }
Public ReadOnly Property CodecType As AVMediaType
Get
Dim instance As StreamInfo
Dim value As AVMediaType
value = instance.CodecType
member CodecType : AVMediaType with get
/** @property */
public AVMediaType get_CodecType()
function get CodecType () : AVMediaType
function get_CodecType();
Property Value
Type:
AVMediaType
See Also