CodecCapInfo

Codec capability information supported by the SDK.

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

Properties

codecType
Video codec type. See VideoCodecType.
codecCapMask
Bit mask of codec capabilities supported by the SDK. See CodecCapMask.
codecLevels
Codec capability levels supported by the SDK. See CodecCapLevels.