This is the complete list of members for sound::PlayingSound, including all inherited members.
| doFade(f32 dtime) noexcept | sound::PlayingSound | |
| fade(f32 step, f32 target_gain) noexcept | sound::PlayingSound | |
| getGain() noexcept | sound::PlayingSound | |
| getState() noexcept | sound::PlayingSound | inline |
| isDead() noexcept | sound::PlayingSound | inline |
| isStreaming() const noexcept | sound::PlayingSound | inline |
| m_data | sound::PlayingSound | private |
| m_fade_state | sound::PlayingSound | private |
| m_is_positional | sound::PlayingSound | private |
| m_looping | sound::PlayingSound | private |
| m_next_sample_pos | sound::PlayingSound | private |
| m_source_id | sound::PlayingSound | private |
| m_stopped_means_dead | sound::PlayingSound | private |
| pause() noexcept | sound::PlayingSound | inline |
| play() noexcept | sound::PlayingSound | inline |
| PlayingSound(ALuint source_id, std::shared_ptr< ISoundDataOpen > data, bool loop, f32 volume, f32 pitch, f32 start_time, const std::optional< std::pair< v3f, v3f > > &pos_vel_opt, const ALExtensions &exts) | sound::PlayingSound | |
| resume() noexcept | sound::PlayingSound | inline |
| setGain(f32 gain) noexcept | sound::PlayingSound | |
| setPitch(f32 pitch) | sound::PlayingSound | |
| stepStream(bool playback_speed_changed=false) | sound::PlayingSound | |
| updatePosVel(const v3f &pos, const v3f &vel) noexcept | sound::PlayingSound | |
| ~PlayingSound() noexcept | sound::PlayingSound | inline |