Name ALC_ENUMERATION_EXT Name Strings ALC_ENUMERATION_EXT Version 1.0 Number ?? Dependencies None Overview This extension provides for enumeration of the available OpenAL devices. If the extension query returns AL_TRUE, then an alcGetString query of ALC_DEVICE_SPECIFIER with a NULL device passed in (previously an illegal state) will return a list of devices. Each device name will be separated by a single NULL character and the list will be terminated with two NULL characters. Issues There is some debate as to whether or not the double-NULL termination mentioned above is acceptable -- the format of the device list may change. New Procedures and Functions None New Tokens None Additions to Specification None Errors None New State None New Implementation State None