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 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.