CodecInfo.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value specifying whether the codec operates on audio or video data.
public:
property CodecKind Kind { CodecKind get(); };
CodecKind Kind();
public CodecKind Kind { get; }
var codecKind = codecInfo.kind;
Public ReadOnly Property Kind As CodecKind
Property Value
A value specifying whether the codec operates on audio or video data.