![]() |
Om
1.0.0
A universal framework for multimedia simulation
|
A class that specifies a source and listener pair. More...
#include <omAcousticPair.h>
Public Member Functions | |
| AcousticPair () | |
| Create a new acoustic pair with no listener or source. More... | |
| AcousticPair (SoundListener *newListener, SoundSource *newSource) | |
| Create a new acoustic pair for the specified sound source and listener. More... | |
Public Attributes | |
| SoundListener * | listener |
| A pointer to the listener that recieves sound from the source. More... | |
| SoundSource * | source |
| A pointer to the source that emits sound. More... | |
A class that specifies a source and listener pair.
|
inline |
Create a new acoustic pair with no listener or source.
|
inline |
Create a new acoustic pair for the specified sound source and listener.
| SoundListener* om::sound::acoustics::contexts::AcousticPair::listener |
A pointer to the listener that recieves sound from the source.
| SoundSource* om::sound::acoustics::contexts::AcousticPair::source |
A pointer to the source that emits sound.
1.8.11