Oolite 1.91.0.7658-250404-b1488af
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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.

Referenced by OOSound::initWithContentsOfFile:.

◆ sIsSetUp

BOOL sIsSetUp = NO
static

◆ sIsSoundOK

BOOL sIsSoundOK = NO
static