CodecCapInfo
Information about codec capabilities 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 types supported by the SDK. See CodecCapMask.