CodecCapLevels
The level of the codec capability.
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;
}
};
Attributes
- hwDecodingLevel
- Hardware decoding capability level, which represents the device's ability to perform hardware decoding on videos of different quality. See VIDEO_CODEC_CAPABILITY_LEVEL.
- swDecodingLevel
- Software decoding capability level, which represents the device's ability to perform software decoding on videos of different quality. See VIDEO_CODEC_CAPABILITY_LEVEL.