JOAL v2.6.0-rc-20250706
JOAL, OpenAL® API Binding for Java™ (public API).
com.jogamp.openal.ALVersion Class Reference
Collaboration diagram for com.jogamp.openal.ALVersion:

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)
 

Detailed Description

Definition at line 34 of file ALVersion.java.

Constructor & Destructor Documentation

◆ ALVersion() [1/2]

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.

Parameters
alAL instance with a current ALCcontext.

Definition at line 73 of file ALVersion.java.

Here is the call graph for this function:

◆ ALVersion() [2/2]

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.

Parameters
alcstatic ALC instance

Definition at line 88 of file ALVersion.java.

Here is the call graph for this function:

Member Function Documentation

◆ getRenderer()

String com.jogamp.openal.ALVersion.getRenderer ( )

Return the AL context implementation renderer.

Definition at line 110 of file ALVersion.java.

Here is the caller graph for this function:

◆ getVendor()

String com.jogamp.openal.ALVersion.getVendor ( )

Return the AL context implementation vendor.

Definition at line 105 of file ALVersion.java.

Here is the caller graph for this function:

◆ getVendorVersion()

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.

Here is the caller graph for this function:

◆ getVersion()

VersionNumberString com.jogamp.openal.ALVersion.getVersion ( )

Return the AL context implementation version.

Definition at line 115 of file ALVersion.java.

Here is the caller graph for this function:

◆ toString() [1/2]

String com.jogamp.openal.ALVersion.toString ( )

Definition at line 127 of file ALVersion.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toString() [2/2]

StringBuilder com.jogamp.openal.ALVersion.toString ( final boolean  withNewline,
StringBuilder  sb 
)

Definition at line 131 of file ALVersion.java.

Here is the call graph for this function:

The documentation for this class was generated from the following file: