CodecCapLevels

Codec capability levels.

export class CodecCapLevels {
  hwDecodingLevel?: VideoCodecCapabilityLevel;
  swDecodingLevel?: VideoCodecCapabilityLevel;
}

Properties

hwDecodingLevel
Hardware decoding capability level, indicating the device's ability to decode videos of different quality using hardware. See VIDEO_CODEC_CAPABILITY_LEVEL.
swDecodingLevel
Software decoding capability level, indicating the device's ability to decode videos of different quality using software. See VIDEO_CODEC_CAPABILITY_LEVEL.