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) |
![]() | |
virtual | ~Element () |
Additional Inherited Members | |
![]() | |
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.