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

Public Member Functions

 OpenALTest ()
 
void init () throws UnsupportedAudioFileException, IOException
 
void play ()
 
void play3f (final float x, final float y, final float z)
 
void pause ()
 
void dispose ()
 

Static Public Member Functions

static void main (final String[] args) throws InterruptedException, UnsupportedAudioFileException, IOException
 

Detailed Description

Author
Athomas Goldberg, Michael Bien, et.al.

Definition at line 56 of file OpenALTest.java.

Constructor & Destructor Documentation

◆ OpenALTest()

com.jogamp.openal.test.manual.OpenALTest.OpenALTest ( )

Definition at line 69 of file OpenALTest.java.

Here is the caller graph for this function:

Member Function Documentation

◆ dispose()

void com.jogamp.openal.test.manual.OpenALTest.dispose ( )

Definition at line 131 of file OpenALTest.java.

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

◆ init()

void com.jogamp.openal.test.manual.OpenALTest.init ( ) throws UnsupportedAudioFileException, IOException

Definition at line 72 of file OpenALTest.java.

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

◆ main()

static void com.jogamp.openal.test.manual.OpenALTest.main ( final String[]  args) throws InterruptedException, UnsupportedAudioFileException, IOException
static

Definition at line 152 of file OpenALTest.java.

Here is the call graph for this function:

◆ pause()

void com.jogamp.openal.test.manual.OpenALTest.pause ( )

Definition at line 124 of file OpenALTest.java.

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

◆ play()

void com.jogamp.openal.test.manual.OpenALTest.play ( )

Definition at line 105 of file OpenALTest.java.

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

◆ play3f()

void com.jogamp.openal.test.manual.OpenALTest.play3f ( final float  x,
final float  y,
final float  z 
)

Definition at line 114 of file OpenALTest.java.

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

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