#include <ISoundItem.h>
◆ ~ISoundItem()
virtual ISoundItem::~ISoundItem |
( |
| ) |
|
|
inlinevirtual |
◆ Attach()
virtual void ISoundItem::Attach |
( |
CSoundData * |
itemData | ) |
|
|
pure virtual |
◆ EnsurePlay()
virtual void ISoundItem::EnsurePlay |
( |
| ) |
|
|
pure virtual |
◆ FadeAndDelete()
virtual void ISoundItem::FadeAndDelete |
( |
double |
fadeTime | ) |
|
|
pure virtual |
◆ FadeAndPause()
virtual void ISoundItem::FadeAndPause |
( |
double |
fadeTime | ) |
|
|
pure virtual |
◆ FadeToIn()
virtual void ISoundItem::FadeToIn |
( |
float |
newVolume, |
|
|
double |
fadeDuration |
|
) |
| |
|
pure virtual |
◆ Finished()
virtual bool ISoundItem::Finished |
( |
| ) |
|
|
pure virtual |
◆ GetLooping()
virtual bool ISoundItem::GetLooping |
( |
| ) |
|
|
pure virtual |
◆ GetName()
virtual const Path ISoundItem::GetName |
( |
| ) |
|
|
pure virtual |
◆ IdleTask()
virtual bool ISoundItem::IdleTask |
( |
| ) |
|
|
pure virtual |
◆ IsFading()
virtual bool ISoundItem::IsFading |
( |
| ) |
|
|
pure virtual |
◆ IsPlaying()
virtual bool ISoundItem::IsPlaying |
( |
| ) |
|
|
pure virtual |
◆ Pause()
virtual void ISoundItem::Pause |
( |
| ) |
|
|
pure virtual |
◆ Play()
virtual void ISoundItem::Play |
( |
| ) |
|
|
pure virtual |
◆ PlayAndDelete()
virtual void ISoundItem::PlayAndDelete |
( |
| ) |
|
|
pure virtual |
◆ PlayLoop()
virtual void ISoundItem::PlayLoop |
( |
| ) |
|
|
pure virtual |
◆ Resume()
virtual void ISoundItem::Resume |
( |
| ) |
|
|
pure virtual |
◆ SetCone()
virtual void ISoundItem::SetCone |
( |
float |
innerCone, |
|
|
float |
outerCone, |
|
|
float |
coneGain |
|
) |
| |
|
pure virtual |
◆ SetGain()
virtual void ISoundItem::SetGain |
( |
float |
gain | ) |
|
|
pure virtual |
◆ SetLocation()
virtual void ISoundItem::SetLocation |
( |
const CVector3D & |
position | ) |
|
|
pure virtual |
◆ SetLooping()
virtual void ISoundItem::SetLooping |
( |
bool |
loop | ) |
|
|
pure virtual |
◆ SetPitch()
virtual void ISoundItem::SetPitch |
( |
float |
pitch | ) |
|
|
pure virtual |
◆ SetRollOff()
virtual void ISoundItem::SetRollOff |
( |
float |
gain, |
|
|
float |
minDist, |
|
|
float |
maxDist |
|
) |
| |
|
pure virtual |
◆ Stop()
virtual void ISoundItem::Stop |
( |
| ) |
|
|
pure virtual |
◆ StopAndDelete()
virtual void ISoundItem::StopAndDelete |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/docker/jenkins/workspace/technical-docs/source/soundmanager/items/ISoundItem.h