export declare enum COMMANDTYPE { CommandStateSet = 0, CommandFlush = 1, CommandPortDisable = 2, CommandPortEnable = 3, CommandMarkBuffer = 4, CommandKhronosExtensions = 1862270976, CommandVendorStartUnused = 2130706432, CommandMax = 2147483647, } export declare enum STATETYPE { StateInvalid = 0, StateLoaded = 1, StateIdle = 2, StateExecuting = 3, StatePause = 4, StateWaitForResources = 5, StateKhronosExtensions = 1862270976, StateVendorStartUnused = 2130706432, StateMax = 2147483647, } export declare enum ERRORTYPE { ErrorNone = 0, ErrorInsufficientResources = 2147483647, ErrorUndefined = 2147487744, ErrorInvalidComponentName = 2147487745, ErrorComponentNotFound = 2147487746, ErrorInvalidComponent = 2147487747, ErrorBadParameter = 2147487748, ErrorNotImplemented = 2147487749, ErrorUnderflow = 2147487750, ErrorOverflow = 2147487751, ErrorHardware = 2147487752, ErrorInvalidState = 2147487753, ErrorStreamCorrupt = 2147487754, ErrorPortsNotCompatible = 2147487755, ErrorResourcesLost = 2147487756, ErrorNoMore = 2147487757, ErrorVersionMismatch = 2147487758, ErrorNotReady = 2147487759, ErrorTimeout = 2147487760, ErrorSameState = 2147487761, ErrorResourcesPreempted = 2147487762, ErrorPortUnresponsiveDuringAllocation = 2147487763, ErrorPortUnresponsiveDuringDeallocation = 2147487764, ErrorPortUnresponsiveDuringStop = 2147487765, ErrorIncorrectStateTransition = 2147487766, ErrorIncorrectStateOperation = 2147487767, ErrorUnsupportedSetting = 2147487768, ErrorUnsupportedIndex = 2147487769, ErrorBadPortIndex = 2147487770, ErrorPortUnpopulated = 2147487771, ErrorComponentSuspended = 2147487772, ErrorDynamicResourcesUnavailable = 2147487773, ErrorMbErrorsInFrame = 2147487774, ErrorFormatNotDetected = 2147487775, ErrorContentPipeOpenFailed = 2147487776, ErrorContentPipeCreationFailed = 2147487777, ErrorSeperateTablesUsed = 2147487778, ErrorTunnelingUnsupported = 2147487779, ErrorKhronosExtensions = 2147487780, ErrorVendorStartUnused = 2399141888, ErrorDiskFull = 2415919104, ErrorMaxFileSize = 2415919105, ErrorDrmUnauthorised = 2415919106, ErrorDrmExpired = 2415919107, ErrorDrmGeneral = 2415919108, ErrorMax = 2415919109, } export declare enum EXTRADATATYPE { ExtraDataNone = 0, ExtraDataQuantization = 1, ExtraDataKhronosExtensions = 1862270976, ExtraDataVendorStartUnused = 2130706432, ExtraDataSequenceGap = 2130706433, ExtraDataDecodeOnlyUntil = 2130706434, ExtraDataMax = 2147483647, } export declare enum EVENTTYPE { EventCmdComplete = 0, EventError = 1, EventMark = 2, EventPortSettingsChanged = 3, EventBufferFlag = 4, EventResourcesAcquired = 5, EventComponentResumed = 6, EventDynamicResourcesAvailable = 7, EventPortFormatDetected = 8, EventKhronosExtensions = 1862270976, EventVendorStartUnused = 2130706432, EventParamOrConfigChanged = 2130706433, EventMax = 2147483647, } export declare enum BUFFERSUPPLIERTYPE { BufferSupplyUnspecified = 0, BufferSupplyInput = 1, BufferSupplyOutput = 2, BufferSupplyKhronosExtensions = 1862270976, BufferSupplyVendorStartUnused = 2130706432, BufferSupplyMax = 2147483647, } export declare const ALL: number;