CodecInfo.Category Property

Definition

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.

Applies to