OpenMW
|
This is the complete list of members for MWSound::Sound_Output, including all inherited members.
deinit()=0 | MWSound::Sound_Output | privatepure virtual |
enumerate()=0 | MWSound::Sound_Output | privatepure virtual |
enumerateHrtf()=0 | MWSound::Sound_Output | privatepure virtual |
finishSound(Sound *sound)=0 | MWSound::Sound_Output | privatepure virtual |
finishStream(Stream *sound)=0 | MWSound::Sound_Output | privatepure virtual |
finishUpdate()=0 | MWSound::Sound_Output | privatepure virtual |
getStreamDelay(Stream *sound)=0 | MWSound::Sound_Output | privatepure virtual |
getStreamLoudness(Stream *sound)=0 | MWSound::Sound_Output | privatepure virtual |
getStreamOffset(Stream *sound)=0 | MWSound::Sound_Output | privatepure virtual |
init(const std::string &devname, const std::string &hrtfname, HrtfMode hrtfmode)=0 | MWSound::Sound_Output | privatepure virtual |
isInitialized() const | MWSound::Sound_Output | inline |
isSoundPlaying(Sound *sound)=0 | MWSound::Sound_Output | privatepure virtual |
isStreamPlaying(Stream *sound)=0 | MWSound::Sound_Output | privatepure virtual |
loadSound(const std::string &fname)=0 | MWSound::Sound_Output | privatepure virtual |
mInitialized | MWSound::Sound_Output | protected |
mManager | MWSound::Sound_Output | private |
OpenAL_Output class | MWSound::Sound_Output | friend |
operator=(const Sound_Output &rhs) | MWSound::Sound_Output | private |
pauseSounds(int types)=0 | MWSound::Sound_Output | privatepure virtual |
playSound(Sound *sound, Sound_Handle data, float offset)=0 | MWSound::Sound_Output | privatepure virtual |
playSound3D(Sound *sound, Sound_Handle data, float offset)=0 | MWSound::Sound_Output | privatepure virtual |
resumeSounds(int types)=0 | MWSound::Sound_Output | privatepure virtual |
setHrtf(const std::string &hrtfname, HrtfMode hrtfmode)=0 | MWSound::Sound_Output | privatepure virtual |
Sound_Output(const Sound_Output &rhs) | MWSound::Sound_Output | private |
Sound_Output(SoundManager &mgr) | MWSound::Sound_Output | inlineprotected |
SoundManager class | MWSound::Sound_Output | friend |
startUpdate()=0 | MWSound::Sound_Output | privatepure virtual |
streamSound(DecoderPtr decoder, Stream *sound)=0 | MWSound::Sound_Output | privatepure virtual |
streamSound3D(DecoderPtr decoder, Stream *sound, bool getLoudnessData)=0 | MWSound::Sound_Output | privatepure virtual |
unloadSound(Sound_Handle data)=0 | MWSound::Sound_Output | privatepure virtual |
updateListener(const osg::Vec3f &pos, const osg::Vec3f &atdir, const osg::Vec3f &updir, Environment env)=0 | MWSound::Sound_Output | privatepure virtual |
updateSound(Sound *sound)=0 | MWSound::Sound_Output | privatepure virtual |
updateStream(Stream *sound)=0 | MWSound::Sound_Output | privatepure virtual |
~Sound_Output() | MWSound::Sound_Output | inlinevirtual |