CodecCapInfo
The codec capability of the SDK.
struct CodecCapInfo { VIDEO_CODEC_TYPE codecType; int codecCapMask; CodecCapLevels codecLevels; };
- Since
- v4.2.0
Attributes
- codecType
- The video codec types. See VIDEO_CODEC_TYPE.
- codecCapMask
- Bit mask of the codec types in SDK. See CODEC_CAP_MASK.
- codecLevels
- Codec capability of the SDK. See CodecCapLevels.