Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OOALSound.m File Reference
+ Include dependency graph for OOALSound.m:

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
 

Macro Definition Documentation

◆ KEY_VOLUME_CONTROL

#define KEY_VOLUME_CONTROL   @"volume_control"

Definition at line 37 of file OOALSound.m.

Variable Documentation

◆ kMaxBufferedSoundSize

const size_t kMaxBufferedSoundSize = 1 << 20
static

Definition at line 39 of file OOALSound.m.

◆ sIsSetUp

BOOL sIsSetUp = NO
static

Definition at line 41 of file OOALSound.m.

Referenced by OOSound::init.

◆ sIsSoundOK

BOOL sIsSoundOK = NO
static

Definition at line 42 of file OOALSound.m.

Referenced by OOSound::init.