#include <nullAudioSound.h>
Inheritance diagram for NullAudioSound:
Public Member Functions | |
~NullAudioSound () | |
void | play () |
void | stop () |
void | set_loop (bool) |
bool | get_loop () const |
void | set_loop_count (unsigned long) |
unsigned long | get_loop_count () const |
void | set_time (float) |
float | get_time () const |
void | set_volume (float) |
float | get_volume () const |
void | set_balance (float) |
float | get_balance () const |
void | set_active (bool) |
bool | get_active () const |
const string & | get_name () const |
float | length () const |
AudioSound::SoundStatus | status () const |
NullAudioSound () | |
Friends | |
class | NullAudioManager |
|
Definition at line 27 of file nullAudioSound.cxx. |
|
Definition at line 23 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 83 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 75 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 43 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 51 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 87 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 59 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 67 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 92 of file nullAudioSound.cxx. |
|
Definition at line 31 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 79 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 71 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 39 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 47 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 55 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 63 of file nullAudioSound.cxx. |
|
Implements AudioSound. Definition at line 96 of file nullAudioSound.cxx. References AudioSound::READY, and AudioSound::SoundStatus. |
|
Implements AudioSound. Definition at line 35 of file nullAudioSound.cxx. |
|
Definition at line 68 of file nullAudioSound.h. |