|
JOAL v2.6.0-rc-20250706
JOAL, OpenAL® API Binding for Java (public API).
|
Public Member Functions | |
| ALVersion (final AL al) | |
| ALVersion Ctor. More... | |
| ALVersion (final ALC alc) | |
| ALVersion Ctor. More... | |
| String | getVendor () |
| Return the AL context implementation vendor. More... | |
| String | getRenderer () |
| Return the AL context implementation renderer. More... | |
| VersionNumberString | getVersion () |
| Return the AL context implementation version. More... | |
| VersionNumberString | getVendorVersion () |
Returns the optional vendor version at the end of the AL_VERSION string if exists, otherwise the zero version instance. More... | |
| String | toString () |
| StringBuilder | toString (final boolean withNewline, StringBuilder sb) |
Definition at line 34 of file ALVersion.java.
| com.jogamp.openal.ALVersion.ALVersion | ( | final AL | al | ) |
ALVersion Ctor.
The given AL is being used and assumed having a current ALCcontext, w/o any resources being allocated.
| al | AL instance with a current ALCcontext. |
Definition at line 73 of file ALVersion.java.
| com.jogamp.openal.ALVersion.ALVersion | ( | final ALC | alc | ) |
ALVersion Ctor.
The given ALC is being used and {@Link ALCdevice} and ALCcontext are allocated, made current and finally being released.
| alc | static ALC instance |
Definition at line 88 of file ALVersion.java.
| String com.jogamp.openal.ALVersion.getRenderer | ( | ) |
Return the AL context implementation renderer.
Definition at line 110 of file ALVersion.java.
| String com.jogamp.openal.ALVersion.getVendor | ( | ) |
Return the AL context implementation vendor.
Definition at line 105 of file ALVersion.java.
| VersionNumberString com.jogamp.openal.ALVersion.getVendorVersion | ( | ) |
Returns the optional vendor version at the end of the AL_VERSION string if exists, otherwise the zero version instance.
1.1.0 (1.1 ALSOFT 1.23.1)
Definition at line 124 of file ALVersion.java.
| VersionNumberString com.jogamp.openal.ALVersion.getVersion | ( | ) |
Return the AL context implementation version.
Definition at line 115 of file ALVersion.java.
| String com.jogamp.openal.ALVersion.toString | ( | ) |
Definition at line 127 of file ALVersion.java.
| StringBuilder com.jogamp.openal.ALVersion.toString | ( | final boolean | withNewline, |
| StringBuilder | sb | ||
| ) |