CodecCapInfo
The codec capability of the SDK.
public class CodecCapInfo { public VIDEO_CODEC_TYPE codecType; public int codecCapMask; public CodecCapLevels codecLevels; };
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.