|
FlightGear next
|
#include <voiceplayer.hxx>
Inherits FGVoicePlayer::Voice::Element.
Public Member Functions | |
| SampleElement (SGSharedPtr< SGSoundSample > sample, float volume=1.0) | |
| virtual void | play (float volume) |
| virtual void | stop () |
| virtual bool | is_playing () |
| virtual void | set_volume (float volume) |
Public Member Functions inherited from FGVoicePlayer::Voice::Element | |
| virtual | ~Element () |
Additional Inherited Members | |
Public Attributes inherited from FGVoicePlayer::Voice::Element | |
| bool | silence |
Definition at line 146 of file voiceplayer.hxx.
| FGVoicePlayer::Voice::SampleElement::SampleElement | ( | SGSharedPtr< SGSoundSample > | sample, |
| float | volume = 1.0 ) |
Definition at line 68 of file voiceplayer.cxx.
|
virtual |
Implements FGVoicePlayer::Voice::Element.
Definition at line 84 of file voiceplayer.cxx.
|
virtual |
Reimplemented from FGVoicePlayer::Voice::Element.
Definition at line 74 of file voiceplayer.cxx.
|
virtual |
Reimplemented from FGVoicePlayer::Voice::Element.
Definition at line 89 of file voiceplayer.cxx.
|
virtual |
Reimplemented from FGVoicePlayer::Voice::Element.
Definition at line 79 of file voiceplayer.cxx.