Oolite 1.91.0.7677-250528-09ed63a
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OOOpenALController.h File Reference
import "OOOpenAL.h"
Include dependency graph for OOOpenALController.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OOOpenALController

Variables

static NSString *const kOOLogSoundInitError = @"@"sound.initialization.error"
static NSString *const kOOLogSoundLoadingSuccess = @"@"sound.load.success"
static NSString *const kOOLogSoundLoadingError = @"@"sound.load.error"

Variable Documentation

◆ kOOLogSoundInitError

NSString* const kOOLogSoundInitError = @"@"sound.initialization.error"
static

Definition at line 30 of file OOOpenALController.h.

Referenced by OOOpenALController::init, and OOSoundChannel::init.

◆ kOOLogSoundLoadingError

NSString* const kOOLogSoundLoadingError = @"@"sound.load.error"
static

◆ kOOLogSoundLoadingSuccess

NSString* const kOOLogSoundLoadingSuccess = @"@"sound.load.success"
static

Definition at line 31 of file OOOpenALController.h.

Referenced by OOSound::initWithContentsOfFile:.