Audio entity base class.
More...
#include <tdme/audio/AudioEntity.h>
Audio entity base class.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 19 of file AudioEntity.h.
◆ AudioEntity()
◆ ~AudioEntity()
◆ dispose()
◆ getGain()
virtual const float getGain |
( |
| ) |
const |
|
inlinevirtual |
◆ getId()
virtual const string & getId |
( |
| ) |
const |
|
inlinevirtual |
◆ getPitch()
virtual const float getPitch |
( |
| ) |
const |
|
inlinevirtual |
◆ getSourceDirection()
virtual const Vector3 & getSourceDirection |
( |
| ) |
const |
|
inlinevirtual |
◆ getSourcePosition()
virtual const Vector3 & getSourcePosition |
( |
| ) |
const |
|
inlinevirtual |
◆ getSourceVelocity() [1/2]
virtual const Vector3 & getSourceVelocity |
( |
| ) |
const |
|
inlinevirtual |
◆ getSourceVelocity() [2/2]
virtual void getSourceVelocity |
( |
const Vector3 & |
sourceVelocity | ) |
|
|
inlinevirtual |
Set source velocity.
- Parameters
-
sourceVelocity | source velocity |
Definition at line 169 of file AudioEntity.h.
◆ initialize()
virtual bool initialize |
( |
| ) |
|
|
protectedpure virtual |
◆ isFixed()
virtual const bool isFixed |
( |
| ) |
const |
|
inlinevirtual |
- Returns
- fixed, means the sound will always played no matter where the position and listener is located
Definition at line 86 of file AudioEntity.h.
◆ isLooping()
virtual const bool isLooping |
( |
| ) |
const |
|
inlinevirtual |
- Returns
- if sound will be looped
Definition at line 71 of file AudioEntity.h.
◆ isPlaying()
virtual bool isPlaying |
( |
| ) |
|
|
pure virtual |
◆ pause()
◆ play()
◆ rewind()
◆ setFixed()
virtual void setFixed |
( |
bool |
fixed | ) |
|
|
inlinevirtual |
Set this entity fixed, means the sound will always played no matter where the position and listener is located.
- Parameters
-
Definition at line 94 of file AudioEntity.h.
◆ setGain()
virtual void setGain |
( |
float |
gain | ) |
|
|
inlinevirtual |
◆ setLooping()
virtual void setLooping |
( |
bool |
looping | ) |
|
|
inlinevirtual |
Set looping.
- Parameters
-
looping | if sound will be looped |
Definition at line 79 of file AudioEntity.h.
◆ setPitch()
virtual void setPitch |
( |
float |
pitch | ) |
|
|
inlinevirtual |
◆ setSourceDirection()
virtual void setSourceDirection |
( |
const Vector3 & |
sourceDirection | ) |
|
|
inlinevirtual |
Set source direction.
- Parameters
-
sourceDirection | source direction |
Definition at line 154 of file AudioEntity.h.
◆ setSourcePosition()
virtual void setSourcePosition |
( |
const Vector3 & |
sourcePosition | ) |
|
|
inlinevirtual |
Set source position.
- Returns
- source position
Definition at line 139 of file AudioEntity.h.
◆ stop()
◆ update()
◆ Audio
◆ fixed
◆ gain
◆ id
◆ looping
◆ pitch
◆ sourceDirection
◆ sourcePosition
◆ sourceVelocity
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/audio/AudioEntity.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/audio/AudioEntity.cpp