CodecCapInfo

The codec capability of the device.

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