JOAL v2.6.0-rc-20250706
JOAL, OpenAL® API Binding for Java™ (public API).
com.jogamp.openal.test.resources.ResourceLocation Class Reference

just a tag to locate the resources More...

Collaboration diagram for com.jogamp.openal.test.resources.ResourceLocation:

Static Public Member Functions

static InputStream getTestStream0 ()
 WAV 22050Hz, 1 channel, S8_LE. More...
 
static int getTestStream0Size ()
 
static InputStream getTestStream1 ()
 CDR 44100Hz, 2 channels, S16_BE. More...
 
static int getTestStream1Size ()
 
static InputStream getTestStream2 ()
 CDR 44100Hz, 2 channels, S16_LE. More...
 
static int getTestStream2Size ()
 
static InputStream getTestStream3 ()
 WAV 44100Hz, 2 channels, S16_LE. More...
 
static int getTestStream3Size ()
 
static InputStream getInputStream (final String fileName)
 
static InputStream getInputStream (final String fileName, final boolean throwException)
 

Static Public Attributes

static final String lewiscarrol_wav = "lewiscarroll.wav"
 WAV 22050Hz, 1 channel, S8_LE. More...
 
static final int lewiscarrol_wav_size = 1025476
 
static final String aa_cdr = "aa.cdr"
 CDR 44100Hz, 2 channels, S16_BE. More...
 
static final int aa_cdr_size = 846704
 
static final String aa_cd = "aa.cd"
 CDR 44100Hz, 2 channels, S16_LE. More...
 
static final int aa_cd_size = 846704
 
static final String aa_wav = "aa.wav"
 CDR 44100Hz, 2 channels, S16_LE. More...
 
static final int aa_wav_size = 846748
 

Detailed Description

just a tag to locate the resources

Definition at line 12 of file ResourceLocation.java.

Member Function Documentation

◆ getInputStream() [1/2]

static InputStream com.jogamp.openal.test.resources.ResourceLocation.getInputStream ( final String  fileName)
static

Definition at line 62 of file ResourceLocation.java.

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

◆ getInputStream() [2/2]

static InputStream com.jogamp.openal.test.resources.ResourceLocation.getInputStream ( final String  fileName,
final boolean  throwException 
)
static

Definition at line 66 of file ResourceLocation.java.

◆ getTestStream0()

static InputStream com.jogamp.openal.test.resources.ResourceLocation.getTestStream0 ( )
static

WAV 22050Hz, 1 channel, S8_LE.

Definition at line 34 of file ResourceLocation.java.

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

◆ getTestStream0Size()

static int com.jogamp.openal.test.resources.ResourceLocation.getTestStream0Size ( )
static

Definition at line 37 of file ResourceLocation.java.

Here is the caller graph for this function:

◆ getTestStream1()

static InputStream com.jogamp.openal.test.resources.ResourceLocation.getTestStream1 ( )
static

CDR 44100Hz, 2 channels, S16_BE.

Definition at line 41 of file ResourceLocation.java.

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

◆ getTestStream1Size()

static int com.jogamp.openal.test.resources.ResourceLocation.getTestStream1Size ( )
static

Definition at line 44 of file ResourceLocation.java.

Here is the caller graph for this function:

◆ getTestStream2()

static InputStream com.jogamp.openal.test.resources.ResourceLocation.getTestStream2 ( )
static

CDR 44100Hz, 2 channels, S16_LE.

Definition at line 48 of file ResourceLocation.java.

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

◆ getTestStream2Size()

static int com.jogamp.openal.test.resources.ResourceLocation.getTestStream2Size ( )
static

Definition at line 51 of file ResourceLocation.java.

Here is the caller graph for this function:

◆ getTestStream3()

static InputStream com.jogamp.openal.test.resources.ResourceLocation.getTestStream3 ( )
static

WAV 44100Hz, 2 channels, S16_LE.

Definition at line 55 of file ResourceLocation.java.

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

◆ getTestStream3Size()

static int com.jogamp.openal.test.resources.ResourceLocation.getTestStream3Size ( )
static

Definition at line 58 of file ResourceLocation.java.

Here is the caller graph for this function:

Member Data Documentation

◆ aa_cd

final String com.jogamp.openal.test.resources.ResourceLocation.aa_cd = "aa.cd"
static

CDR 44100Hz, 2 channels, S16_LE.

Definition at line 20 of file ResourceLocation.java.

◆ aa_cd_size

final int com.jogamp.openal.test.resources.ResourceLocation.aa_cd_size = 846704
static

Definition at line 21 of file ResourceLocation.java.

◆ aa_cdr

final String com.jogamp.openal.test.resources.ResourceLocation.aa_cdr = "aa.cdr"
static

CDR 44100Hz, 2 channels, S16_BE.

Definition at line 17 of file ResourceLocation.java.

◆ aa_cdr_size

final int com.jogamp.openal.test.resources.ResourceLocation.aa_cdr_size = 846704
static

Definition at line 18 of file ResourceLocation.java.

◆ aa_wav

final String com.jogamp.openal.test.resources.ResourceLocation.aa_wav = "aa.wav"
static

CDR 44100Hz, 2 channels, S16_LE.

Definition at line 23 of file ResourceLocation.java.

◆ aa_wav_size

final int com.jogamp.openal.test.resources.ResourceLocation.aa_wav_size = 846748
static

Definition at line 24 of file ResourceLocation.java.

◆ lewiscarrol_wav

final String com.jogamp.openal.test.resources.ResourceLocation.lewiscarrol_wav = "lewiscarroll.wav"
static

WAV 22050Hz, 1 channel, S8_LE.

Definition at line 14 of file ResourceLocation.java.

◆ lewiscarrol_wav_size

final int com.jogamp.openal.test.resources.ResourceLocation.lewiscarrol_wav_size = 1025476
static

Definition at line 15 of file ResourceLocation.java.


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