CodecCapInfo

The codec capability of the device.

export class CodecCapInfo {
  codecType?: VideoCodecType;
  codecCapMask?: number;
  codecLevels?: CodecCapLevels;
}

Attributes

codecType
The video codec types. See VideoCodecType.
codecCapMask
The bit mask of the codec type. See CodecCapMask.
codecLevels
The level of the codec capability. See CodecCapLevels.