|
Oolite
|
#include <OOALSound.h>
Inheritance diagram for OOSound:
Collaboration diagram for OOSound:Instance Methods | |
| (id) | - initWithContentsOfFile: |
| (NSString *) | - name |
| (ALuint) | - soundBuffer |
| (BOOL) | - soundIncomplete |
| (void) | - rewind |
| (id) | - init [implementation] |
| (id) | - initWithDecoder: [implementation] |
| (id) | - initWithCustomSoundKey: |
| (jsval) | - oo_jsValueInContext: [implementation] |
| (NSString *) | - oo_jsDescription [implementation] |
| (NSString *) | - oo_jsClassName [implementation] |
Class Methods | |
| (BOOL) | + setUp |
| (void) | + update |
| (void) | + setMasterVolume: |
| (float) | + masterVolume |
| (BOOL) | + isSoundOK |
| (id) | + soundWithCustomSoundKey: |
Definition at line 30 of file OOALSound.h.
|
implementation |
Definition at line 42 of file OOALSound.m.
References nil, setMasterVolume:, OOOpenALController::sharedController, sIsSetUp, and sIsSoundOK.
Here is the call graph for this function:| - (id) initWithContentsOfFile: | (NSString *) | path |
Reimplemented in OOMusic.
Definition at line 42 of file OOALSound.m.
| - (id) initWithCustomSoundKey: | (NSString *) | key |
Provided by category OOSound(OOCustomSounds).
Definition at line 10753 of file Universe.m.
|
implementation |
Reimplemented in OOALBufferedSound, and OOALStreamedSound.
Definition at line 42 of file OOALSound.m.
| + (BOOL) isSoundOK |
Definition at line 42 of file OOALSound.m.
| + (float) masterVolume |
Definition at line 42 of file OOALSound.m.
| - (NSString *) name |
Reimplemented in OOALBufferedSound, OOMusic, and OOALStreamedSound.
Definition at line 42 of file OOALSound.m.
|
implementation |
Provided by category OOSound(OOJavaScriptExtentions).
Definition at line 257 of file OOJSSound.m.
|
implementation |
Provided by category OOSound(OOJavaScriptExtentions).
Definition at line 257 of file OOJSSound.m.
|
implementation |
Provided by category OOSound(OOJavaScriptExtentions).
Definition at line 257 of file OOJSSound.m.
| - (void) rewind |
Reimplemented in OOALStreamedSound.
Definition at line 42 of file OOALSound.m.
| + (void) setMasterVolume: | (float) | fraction |
Definition at line 42 of file OOALSound.m.
Referenced by init.
Here is the caller graph for this function:| + (BOOL) setUp |
Definition at line 42 of file OOALSound.m.
| - (ALuint) soundBuffer |
Reimplemented in OOALBufferedSound, and OOALStreamedSound.
Definition at line 42 of file OOALSound.m.
| - (BOOL) soundIncomplete |
Reimplemented in OOALStreamedSound.
Definition at line 42 of file OOALSound.m.
| + (id) soundWithCustomSoundKey: | (NSString *) | key |
Provided by category OOSound(OOCustomSounds).
Definition at line 10753 of file Universe.m.
Referenced by GetNamedSound().
Here is the caller graph for this function:| + (void) update |
Definition at line 42 of file OOALSound.m.