Inheritance diagram for Sound:
Public Types | |
typedef map< int, SoundPlayer::Notification > | NoteMap |
Public Member Functions | |
void | initialize (ArkSound *snd) |
void | receiveNotification (SoundPlayer::Notification const ¬e) |
Public Attributes | |
SoundChunk | soundData |
shared_ptr< SoundPlayer > | player |
ArkSound * | client |
shared_ptr< AudioUnitChain > | fxChain |
shared_ptr< TestObserver > | debugObserver |
Private Attributes | |
NoteMap | _noteMap |
double | _noteInterval |
double | _lastTime |
|
|
|
|
|
Implements ark::Observer< SoundPlayer::Notification >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|