CodecCapInfo
The codec capability of the SDK.
export class CodecCapInfo { codecType?: VideoCodecType; codecCapMask?: number; codecLevels?: CodecCapLevels; }
Attributes
- codecType
- The video codec types. See VideoCodecType.
- codecCapMask
- Bit mask of the codec types in SDK. See CodecCapMask.
- codecLevels
- Codec capability of the SDK. See CodecCapLevels.