CodecInfo.Category 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 that specifies whether the codec is an encoder or a decoder.
public:
property CodecCategory Category { CodecCategory get(); };
CodecCategory Category();
public CodecCategory Category { get; }
var codecCategory = codecInfo.category;
Public ReadOnly Property Category As CodecCategory
Property Value
A value that specifies whether the codec is an encoder or a decoder.