Class CodecCapLevels

The level of the codec capability.

Hierarchy

  • CodecCapLevels

Constructors

Properties

hwDecodingLevel?: VideoCodecCapabilityLevel

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?: VideoCodecCapabilityLevel

Software decoding capability level, which represents the device's ability to perform software decoding on videos of different quality. See VIDEO_CODEC_CAPABILITY_LEVEL.

Generated using TypeDoc