CodecCapLevels

Represents codec capability levels.

struct CodecCapLevels {
  VIDEO_CODEC_CAPABILITY_LEVEL hwDecodingLevel;
  VIDEO_CODEC_CAPABILITY_LEVEL swDecodingLevel;
};

Properties

hwDecodingLevel
Hardware decoding capability level, indicating the device's hardware decoding ability for different video qualities. See VIDEO_CODEC_CAPABILITY_LEVEL.
swDecodingLevel
Software decoding capability level, indicating the device's software decoding ability for different video qualities. See VIDEO_CODEC_CAPABILITY_LEVEL.