|
Oolite 1.91.0.7712-251017-85ce217
|
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.
Referenced by OOSound::initWithContentsOfFile:.
|
static |
Definition at line 41 of file OOALSound.m.
Referenced by OOSound::init, OOSound::initWithContentsOfFile:, OOSound::masterVolume, OOSound::setMasterVolume:, and OOSound::setUp.
|
static |
Definition at line 42 of file OOALSound.m.
Referenced by OOSound::initWithContentsOfFile:, OOSound::isSoundOK, OOSound::setUp, and OOSound::update.