export declare enum COLOR_FORMATTYPE { COLOR_FormatUnused = 0, COLOR_FormatMonochrome = 1, COLOR_Format8bitRGB332 = 2, COLOR_Format12bitRGB444 = 3, COLOR_Format16bitARGB4444 = 4, COLOR_Format16bitARGB1555 = 5, COLOR_Format16bitRGB565 = 6, COLOR_Format16bitBGR565 = 7, COLOR_Format18bitRGB666 = 8, COLOR_Format18bitARGB1665 = 9, COLOR_Format19bitARGB1666 = 10, COLOR_Format24bitRGB888 = 11, COLOR_Format24bitBGR888 = 12, COLOR_Format24bitARGB1887 = 13, COLOR_Format25bitARGB1888 = 14, COLOR_Format32bitBGRA8888 = 15, COLOR_Format32bitARGB8888 = 16, COLOR_FormatYUV411Planar = 17, COLOR_FormatYUV411PackedPlanar = 18, COLOR_FormatYUV420Planar = 19, COLOR_FormatYUV420PackedPlanar = 20, COLOR_FormatYUV420SemiPlanar = 21, COLOR_FormatYUV422Planar = 22, COLOR_FormatYUV422PackedPlanar = 23, COLOR_FormatYUV422SemiPlanar = 24, COLOR_FormatYCbYCr = 25, COLOR_FormatYCrYCb = 26, COLOR_FormatCbYCrY = 27, COLOR_FormatCrYCbY = 28, COLOR_FormatYUV444Interleaved = 29, COLOR_FormatRawBayer8bit = 30, COLOR_FormatRawBayer10bit = 31, COLOR_FormatRawBayer8bitcompressed = 32, COLOR_FormatL2 = 33, COLOR_FormatL4 = 34, COLOR_FormatL8 = 35, COLOR_FormatL16 = 36, COLOR_FormatL24 = 37, COLOR_FormatL32 = 38, COLOR_FormatYUV420PackedSemiPlanar = 39, COLOR_FormatYUV422PackedSemiPlanar = 40, COLOR_Format18BitBGR666 = 41, COLOR_Format24BitARGB6666 = 42, COLOR_Format24BitABGR6666 = 43, COLOR_FormatKhronosExtensions = 1862270976, COLOR_FormatVendorStartUnused = 2130706432, COLOR_Format32bitABGR8888 = 2130706433, COLOR_Format8bitPalette = 2130706434, COLOR_FormatYUVUV128 = 2130706435, COLOR_FormatRawBayer12bit = 2130706436, COLOR_FormatBRCMEGL = 2130706437, COLOR_FormatBRCMOpaque = 2130706438, COLOR_FormatYVU420PackedPlanar = 2130706439, COLOR_FormatYVU420PackedSemiPlanar = 2130706440, COLOR_FormatRawBayer16bit = 2130706441, COLOR_FormatMax = 2147483647, } export declare enum IMAGEFILTERTYPE { ImageFilterNone = 0, ImageFilterNoise = 1, ImageFilterEmboss = 2, ImageFilterNegative = 3, ImageFilterSketch = 4, ImageFilterOilPaint = 5, ImageFilterHatch = 6, ImageFilterGpen = 7, ImageFilterAntialias = 8, ImageFilterDeRing = 9, ImageFilterSolarize = 10, ImageFilterKhronosExtensions = 1862270976, ImageFilterVendorStartUnused = 2130706432, ImageFilterWatercolor = 2130706433, ImageFilterPastel = 2130706434, ImageFilterSharpen = 2130706435, ImageFilterFilm = 2130706436, ImageFilterBlur = 2130706437, ImageFilterSaturation = 2130706438, ImageFilterDeInterlaceLineDouble = 2130706439, ImageFilterDeInterlaceAdvanced = 2130706440, ImageFilterColourSwap = 2130706441, ImageFilterWashedOut = 2130706442, ImageFilterColourPoint = 2130706443, ImageFilterPosterise = 2130706444, ImageFilterColourBalance = 2130706445, ImageFilterCartoon = 2130706446, ImageFilterAnaglyph = 2130706447, ImageFilterDeInterlaceFast = 2130706448, ImageFilterMax = 2147483647, } export declare enum IMAGEFILTERANAGLYPHTYPE { ImageFilterAnaglyphNone = 0, ImageFilterAnaglyphSBStoRedCyan = 1, ImageFilterAnaglyphSBStoCyanRed = 2, ImageFilterAnaglyphSBStoGreenMagenta = 3, ImageFilterAnaglyphSBStoMagentaGreen = 4, ImageFilterAnaglyphTABtoRedCyan = 5, ImageFilterAnaglyphTABtoCyanRed = 6, ImageFilterAnaglyphTABtoGreenMagenta = 7, ImageFilterAnaglyphTABtoMagentaGreen = 8, } export declare enum COLORBLENDTYPE { ColorBlendNone = 0, ColorBlendAlphaConstant = 1, ColorBlendAlphaPerPixel = 2, ColorBlendAlternate = 3, ColorBlendAnd = 4, ColorBlendOr = 5, ColorBlendInvert = 6, ColorBlendKhronosExtensions = 1862270976, ColorBlendVendorStartUnused = 2130706432, ColorBlendMax = 2147483647, } export declare enum MIRRORTYPE { MirrorNone = 0, MirrorVertical = 1, MirrorHorizontal = 2, MirrorBoth = 3, MirrorKhronosExtensions = 1862270976, MirrorVendorStartUnused = 2130706432, MirrorMax = 2147483647, } export declare enum WHITEBALCONTROLTYPE { WhiteBalControlOff = 0, WhiteBalControlAuto = 1, WhiteBalControlSunLight = 2, WhiteBalControlCloudy = 3, WhiteBalControlShade = 4, WhiteBalControlTungsten = 5, WhiteBalControlFluorescent = 6, WhiteBalControlIncandescent = 7, WhiteBalControlFlash = 8, WhiteBalControlHorizon = 9, WhiteBalControlKhronosExtensions = 1862270976, WhiteBalControlVendorStartUnused = 2130706432, WhiteBalControlMax = 2147483647, } export declare enum EXPOSURECONTROLTYPE { ExposureControlOff = 0, ExposureControlAuto = 1, ExposureControlNight = 2, ExposureControlBackLight = 3, ExposureControlSpotLight = 4, ExposureControlSports = 5, ExposureControlSnow = 6, ExposureControlBeach = 7, ExposureControlLargeAperture = 8, ExposureControlSmallAperture = 9, ExposureControlKhronosExtensions = 1862270976, ExposureControlVendorStartUnused = 2130706432, ExposureControlVeryLong = 2130706433, ExposureControlFixedFps = 2130706434, ExposureControlNightWithPreview = 2130706435, ExposureControlAntishake = 2130706436, ExposureControlFireworks = 2130706437, ExposureControlMax = 2147483647, } export declare enum TRANSITIONEFFECTTYPE { EffectNone = 0, EffectFadeFromBlack = 1, EffectFadeToBlack = 2, EffectUnspecifiedThroughConstantColor = 3, EffectDissolve = 4, EffectWipe = 5, EffectUnspecifiedMixOfTwoScenes = 6, EffectKhronosExtensions = 1862270976, EffectVendorStartUnused = 2130706432, EffectReverseUnspecifiedMixOfTwoScenes = 2130706433, EffectDiagonalWipe = 2130706434, EffectDiagonalWipeRotate = 2130706435, EffectEllipticalWipe = 2130706436, EffectEllipticalWipeRotate = 2130706437, EffectInverseEllipticalWipe = 2130706438, EffectInverseEllipticalWipeRotate = 2130706439, EffectGlassWipe = 2130706440, EffectGlassWipeRotate = 2130706441, EffectWavyWipe = 2130706442, EffectWavyWipeRotate = 2130706443, EffectMunchingSquares = 2130706444, EffectStripeWipe = 2130706445, EffectStripeWipeRotate = 2130706446, EffectRotozoomUnmatched = 2130706447, EffectRotozoomMatched = 2130706448, EffectRotozoomGentle = 2130706449, EffectMunchRandom = 2130706450, EffectMunchVRandom = 2130706451, EffectMunchHRandom = 2130706452, EffectMunchWipe = 2130706453, EffectMunchMunch = 2130706454, EffectMunchStripe = 2130706455, EffectFadeRandom = 2130706456, EffectFadeVRandom = 2130706457, EffectFadeHRandom = 2130706458, EffectFadeWipe = 2130706459, EffectFadeMunch = 2130706460, EffectFadeStripe = 2130706461, EffectColourBlockRandom = 2130706462, EffectColourBlockVRandom = 2130706463, EffectColourBlockHRandom = 2130706464, EffectColourBlockWipe = 2130706465, EffectColourBlockMunch = 2130706466, EffectColourBlockStripe = 2130706467, EffectColourBlock2Random = 2130706468, EffectColourBlock2VRandom = 2130706469, EffectColourBlock2HRandom = 2130706470, EffectColourBlock2Wipe = 2130706471, EffectColourBlock2Munch = 2130706472, EffectColourBlock2Stripe = 2130706473, EffectShadeRandom = 2130706474, EffectShadeVRandom = 2130706475, EffectShadeHRandom = 2130706476, EffectShadeWipe = 2130706477, EffectShadeMunch = 2130706478, EffectShadeStripe = 2130706479, EffectBitmaskRandom = 2130706480, EffectBitmaskVRandom = 2130706481, EffectBitmaskHRandom = 2130706482, EffectBitmaskWipe = 2130706483, EffectBitmaskMunch = 2130706484, EffectBitmaskStripe = 2130706485, EffectBitmask2Random = 2130706486, EffectBitmask2VRandom = 2130706487, EffectBitmask2HRandom = 2130706488, EffectBitmask2Wipe = 2130706489, EffectBitmask2Munch = 2130706490, EffectBitmask2Stripe = 2130706491, EffectBitmask2ColourRandom = 2130706492, EffectBitmask2ColourVRandom = 2130706493, EffectBitmask2ColourHRandom = 2130706494, EffectBitmask2ColourWipe = 2130706495, EffectBitmask2ColourMunch = 2130706496, EffectBitmask2ColourStripe = 2130706497, EffectPushRight = 2130706498, EffectPushLeft = 2130706499, EffectPushDown = 2130706500, EffectPushUp = 2130706501, EffectCoverRight = 2130706502, EffectCoverLeft = 2130706503, EffectCoverDown = 2130706504, EffectCoverUp = 2130706505, EffectRevealRight = 2130706506, EffectRevealLeft = 2130706507, EffectRevealDown = 2130706508, EffectRevealUp = 2130706509, EffectWipeRight = 2130706510, EffectWipeLeft = 2130706511, EffectWipeDown = 2130706512, EffectWipeUp = 2130706513, EffectSpeckle = 2130706514, EffectCircle = 2130706515, EffectSpiral = 2130706516, EffectDiamond = 2130706517, EffectVert = 2130706518, EffectPlus = 2130706519, EffectClock = 2130706520, EffectPlasma = 2130706521, EffectDisplace = 2130706522, EffectGenie = 2130706523, EffectSide = 2130706524, EffectMaze = 2130706525, EffectRipple = 2130706526, EffectStar = 2130706527, EffectAlpha = 2130706528, EffectIntense = 2130706529, EffectIntenseU = 2130706530, EffectIntenseV = 2130706531, EffectInverseIntense = 2130706532, EffectInverseIntenseU = 2130706533, EffectInverseIntenseV = 2130706534, EffectPageTurn = 2130706535, EffectFlipPlaneDown = 2130706536, EffectFlipPlaneDownMid = 2130706537, EffectFlipPlaneDownHigh = 2130706538, EffectFlipPlaneLeft = 2130706539, EffectFlipPlaneLeftMid = 2130706540, EffectFlipPlaneLeftHigh = 2130706541, EffectFlipCubeDown = 2130706542, EffectFlipCubeDownMid = 2130706543, EffectFlipCubeDownHigh = 2130706544, EffectFlipCubeLeft = 2130706545, EffectFlipCubeLeftMid = 2130706546, EffectFlipCubeLeftHigh = 2130706547, EffectMax = 2147483647, } export declare enum DATAUNITTYPE { DataUnitCodedPicture = 0, DataUnitVideoSegment = 1, DataUnitSeveralSegments = 2, DataUnitArbitraryStreamSection = 3, DataUnitKhronosExtensions = 1862270976, DataUnitVendorStartUnused = 2130706432, DataUnitMax = 2147483647, } export declare enum DATAUNITENCAPSULATIONTYPE { DataEncapsulationElementaryStream = 0, DataEncapsulationGenericPayload = 1, DataEncapsulationRtpPayload = 2, DataEncapsulationKhronosExtensions = 1862270976, DataEncapsulationVendorStartUnused = 2130706432, DataEncapsulationMax = 2147483647, } export declare enum DITHERTYPE { DitherNone = 0, DitherOrdered = 1, DitherErrorDiffusion = 2, DitherOther = 3, DitherKhronosExtensions = 1862270976, DitherVendorStartUnused = 2130706432, DitherMax = 2147483647, } export declare enum METERINGTYPE { MeteringModeAverage = 0, MeteringModeSpot = 1, MeteringModeMatrix = 2, MeteringKhronosExtensions = 1862270976, MeteringVendorStartUnused = 2130706432, MeteringModeBacklit = 2130706433, EVModeMax = 2147483647, } export declare enum FOCUSSTATUSTYPE { FocusStatusOff = 0, FocusStatusRequest = 1, FocusStatusReached = 2, FocusStatusUnableToReach = 3, FocusStatusLost = 4, FocusStatusKhronosExtensions = 1862270976, FocusStatusVendorStartUnused = 2130706432, FocusStatusCafWatching = 2130706433, FocusStatusCafSceneChanged = 2130706434, FocusStatusMax = 2147483647, }