|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.crickettechnology.audio.Config
public final class Config
Configuration options for the Engine.
| Field Summary | |
|---|---|
float |
AudioUpdateMs
Audio processing frame duration, in ms. |
boolean |
EnableOggVorbis
If true, software support for Ogg Vorbis stream sounds is enabled. |
static int |
LOG_ALL
|
static int |
LOG_ERROR
|
static int |
LOG_INFO
|
static int |
LOG_NONE
|
static int |
LOG_WARNING
|
java.lang.String |
LogFile
Log file in which messages are saved. |
int |
LogMask
Bitmask for which types of messages are logged. |
boolean |
NativeDebug
If true, the debug version of the native library (libckjava_d.so) is loaded, instead of the release version (libckjava.so). |
float |
StreamBufferMs
Size of buffer for stream sounds. |
float |
StreamFileUpdateMs
Interval between file reads for stream sounds, in ms. |
boolean |
UseJavaAudio
If true, always use Java audio output instead of OpenSL ES. |
| Constructor Summary | |
|---|---|
Config()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LOG_INFO
public static final int LOG_WARNING
public static final int LOG_ERROR
public static final int LOG_NONE
public static final int LOG_ALL
public boolean NativeDebug
public boolean UseJavaAudio
public boolean EnableOggVorbis
public int LogMask
public java.lang.String LogFile
public float AudioUpdateMs
public float StreamBufferMs
public float StreamFileUpdateMs
| Constructor Detail |
|---|
public Config()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||