CodecCapInfo

The codec capability of the device.

struct CodecCapInfo {
  VIDEO_CODEC_TYPE codecType;
  int codecCapMask;
};

codecType
The video codec types. See VIDEO_CODEC_TYPE.
codecCapMask
The bit mask of the codec type. See CODEC_CAP_MASK.