OpenMW
|
This is the complete list of members for MWSound::Sound_Output, including all inherited members.
deinit()=0 | MWSound::Sound_Output | privatepure virtual |
disableHrtf()=0 | MWSound::Sound_Output | privatepure virtual |
enableHrtf(const std::string &hrtfname, bool auto_enable)=0 | MWSound::Sound_Output | privatepure virtual |
enumerate()=0 | MWSound::Sound_Output | privatepure virtual |
enumerateHrtf()=0 | MWSound::Sound_Output | privatepure virtual |
finishSound(MWBase::SoundPtr sound)=0 | MWSound::Sound_Output | privatepure virtual |
finishStream(MWBase::SoundStreamPtr sound)=0 | MWSound::Sound_Output | privatepure virtual |
finishUpdate()=0 | MWSound::Sound_Output | privatepure virtual |
getSoundDataSize(Sound_Handle data) const =0 | MWSound::Sound_Output | privatepure virtual |
getStreamDelay(MWBase::SoundStreamPtr sound)=0 | MWSound::Sound_Output | privatepure virtual |
getStreamLoudness(MWBase::SoundStreamPtr sound)=0 | MWSound::Sound_Output | privatepure virtual |
getStreamOffset(MWBase::SoundStreamPtr sound)=0 | MWSound::Sound_Output | privatepure virtual |
init(const std::string &devname=std::string())=0 | MWSound::Sound_Output | privatepure virtual |
isInitialized() const | MWSound::Sound_Output | inline |
isSoundPlaying(MWBase::SoundPtr sound)=0 | MWSound::Sound_Output | privatepure virtual |
isStreamPlaying(MWBase::SoundStreamPtr 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(MWBase::SoundPtr sound, Sound_Handle data, float offset)=0 | MWSound::Sound_Output | privatepure virtual |
playSound3D(MWBase::SoundPtr sound, Sound_Handle data, float offset)=0 | MWSound::Sound_Output | privatepure virtual |
resumeSounds(int types)=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, MWBase::SoundStreamPtr sound)=0 | MWSound::Sound_Output | privatepure virtual |
streamSound3D(DecoderPtr decoder, MWBase::SoundStreamPtr 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(MWBase::SoundPtr sound)=0 | MWSound::Sound_Output | privatepure virtual |
updateStream(MWBase::SoundStreamPtr sound)=0 | MWSound::Sound_Output | privatepure virtual |
~Sound_Output() | MWSound::Sound_Output | inlinevirtual |