|
Oolite
|
#include <OOOpenALController.h>
Inheritance diagram for OOOpenALController:
Collaboration diagram for OOOpenALController:Instance Methods | |
| (void) | - setMasterVolume: |
| (ALfloat) | - masterVolume |
| (void) | - shutdown |
| (id) | - init |
Class Methods | |
| (OOOpenALController *) | + sharedController |
Private Attributes | |
| ALCdevice * | device |
| ALCcontext * | context |
Definition at line 35 of file OOOpenALController.h.
| - (ALfloat) masterVolume |
Definition at line 30 of file OOOpenALController.m.
| - (void) setMasterVolume: | (ALfloat) | fraction |
Definition at line 30 of file OOOpenALController.m.
| + (OOOpenALController *) sharedController |
Definition at line 30 of file OOOpenALController.m.
Referenced by OOSound::init.
Here is the caller graph for this function:| - (void) shutdown |
Definition at line 30 of file OOOpenALController.m.
|
private |
Definition at line 39 of file OOOpenALController.h.
|
private |
Definition at line 38 of file OOOpenALController.h.