CodecCapLevels
Codec capability levels.
public class CodecCapLevels
{
public VIDEO_CODEC_CAPABILITY_LEVEL hwDecodingLevel;
public VIDEO_CODEC_CAPABILITY_LEVEL swDecodingLevel;
public CodecCapLevels()
{
hwDecodingLevel = VIDEO_CODEC_CAPABILITY_LEVEL.CODEC_CAPABILITY_LEVEL_UNSPECIFIED;
swDecodingLevel = VIDEO_CODEC_CAPABILITY_LEVEL.CODEC_CAPABILITY_LEVEL_UNSPECIFIED;
}
};
Properties
- hwDecodingLevel
- Hardware decoding capability level, indicating the device's ability to decode videos of different qualities using hardware. See VIDEO_CODEC_CAPABILITY_LEVEL.
- swDecodingLevel
- Software decoding capability level, indicating the device's ability to decode videos of different qualities using software. See VIDEO_CODEC_CAPABILITY_LEVEL.