CodecCapInfo

The codec capability of the device.

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
The bit mask of the codec type. See CODEC_CAP_MASK.
codecLevels
The level of the codec capability. See CodecCapLevels.