Oolite 1.91.0.7644-241112-7f5034b
|
#include <OOALSound.h>
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.
- (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 10697 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, OOALStreamedSound, and OOMusic.
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.
+ (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 10697 of file Universe.m.
Referenced by GetNamedSound().
+ (void) update |
Definition at line 42 of file OOALSound.m.