OpenMW
|
#include <sound.hpp>
Public Member Functions | |
Stream () | |
![]() | |
void | setPosition (const osg::Vec3f &pos) |
void | setVolume (float volume) |
void | setBaseVolume (float volume) |
void | setFadeout (float duration) |
void | updateFade (float duration) |
const osg::Vec3f & | getPosition () const |
float | getRealVolume () const |
float | getPitch () const |
float | getMinDistance () const |
float | getMaxDistance () const |
MWSound::Type | getPlayType () const |
bool | getUseEnv () const |
bool | getIsLooping () const |
bool | getDistanceCull () const |
bool | getIs3D () const |
void | init (const osg::Vec3f &pos, float vol, float basevol, float pitch, float mindist, float maxdist, int flags) |
void | init (float vol, float basevol, float pitch, int flags) |
SoundBase () | |
Private Member Functions | |
Stream & | operator= (const Stream &)=delete |
Stream (const Stream &)=delete | |
Stream (Stream &&)=delete | |
Additional Inherited Members | |
![]() | |
Sound_Instance | mHandle |
|
privatedelete |
|
privatedelete |
|
inline |