Package org.lwjgl.openal
Class EnumerateAllExt
- java.lang.Object
-
- org.lwjgl.openal.EnumerateAllExt
-
public final class EnumerateAllExt extends java.lang.ObjectNative bindings to theALC_ENUMERATE_ALL_EXTextension.The Enumerate All Extension enables the application developer to retrieve a complete list of device strings identifying all the available OpenAL rendering devices and paths present on the user's PC. It works in exactly the same manner as the Enumeration Extension, but it detects additional audio paths that the standard extension will ignore. For instance, it will return all the possible outputs in situations where the user has more than one audio device installed, or under Windows Vista where the audio system specifies different “endpoints” for sound such as Speakers, S/PDIF, etc... If you don’t require such complete control over the choice of output path, then use the standard Enumeration Extension.
-
-
Field Summary
Fields Modifier and Type Field and Description static intALC_ALL_DEVICES_SPECIFIER
ALC_DEFAULT_ALL_DEVICES_SPECIFIERALC_ENUMERATE_ALL_EXTtokens.
-
-
-
Field Detail
-
ALC_DEFAULT_ALL_DEVICES_SPECIFIER
public static final int ALC_DEFAULT_ALL_DEVICES_SPECIFIER
ALC_ENUMERATE_ALL_EXTtokens.- See Also:
- Constant Field Values
-
ALC_ALL_DEVICES_SPECIFIER
public static final int ALC_ALL_DEVICES_SPECIFIER
ALC_ENUMERATE_ALL_EXTtokens.- See Also:
- Constant Field Values
-
-