| OpenAL Specification and Reference | ||
|---|---|---|
| <<< Previous | Extensions | Next >>> |
To obtain enumeration values for extensions, the application has to use GetEnumValue of an extension token. Enumeration values are defined within the AL namespace and allocated according to specification of the core API and the extensions, thus they are context-independent.
uint GetEnumValue ( const ubyte enumName );
| <<< Previous | Home | Next >>> |
| Retrieving Function Entry Addresses | Up | Naming Conventions |