CodecCapInfo

Information about codec capabilities supported by the SDK.

public class CodecCapInfo
    {
        public VIDEO_CODEC_TYPE codecType;

        public int codecCapMask;

        public CodecCapLevels codecLevels;
    };

Properties

codecType
Video codec type. See VIDEO_CODEC_TYPE.
codecCapMask
Bit mask of codec types supported by the SDK. See CODEC_CAP_MASK.
codecLevels
Codec capability levels supported by the SDK. See CodecCapLevels.