CodecCapInfo

Describes the SDK's codec capabilities.

struct CodecCapInfo {
  VIDEO_CODEC_TYPE codecType;
  int codecCapMask;
  CodecCapLevels codecLevels;
};

Properties

codecType
Video codec type. See VIDEO_CODEC_TYPE.
codecCapMask
Bitmask of codec types in the SDK. See CODEC_CAP_MASK.
codecLevels
Codec capabilities. See CodecCapLevels.