Oolite 1.91.0.7644-241112-7f5034b
|
import "OOALSound.h"
import "OOLogging.h"
import "OOCollectionExtractors.h"
import "OOMaths.h"
import "OOALSoundDecoder.h"
import "OOOpenALController.h"
import "OOALBufferedSound.h"
import "OOALStreamedSound.h"
import "OOALSoundMixer.h"
Go to the source code of this file.
Macros | |
#define | KEY_VOLUME_CONTROL @"volume_control" |
Variables | |
static const size_t | kMaxBufferedSoundSize = 1 << 20 |
static BOOL | sIsSetUp = NO |
static BOOL | sIsSoundOK = NO |
#define KEY_VOLUME_CONTROL @"volume_control" |
Definition at line 37 of file OOALSound.m.
|
static |
Definition at line 39 of file OOALSound.m.
|
static |
Definition at line 41 of file OOALSound.m.
Referenced by OOSound::init.
|
static |
Definition at line 42 of file OOALSound.m.
Referenced by OOSound::init.