![]() |
Om
1.0.0
A universal framework for multimedia simulation
|
A class that specifies the configuration for an acoustic context. More...
#include <omAcousticRequest.h>
Public Member Functions | |
| AcousticRequest () | |
| Create an acoustic request with the default parameters. More... | |
Public Attributes | |
| AcousticFlags | flags |
| An object containing boolean configuration flags for the acoustic context. More... | |
| AcousticResultFlags | resultFlags |
| An object that specifies the requested output configuration for the acoustic context. More... | |
| AcousticUsage | usage |
| An object indicating the intendend use for the acoustic simulation output. More... | |
| SampleRate | sampleRate |
| The global sound sample rate that should be used for acoustic simulation. More... | |
A class that specifies the configuration for an acoustic context.
| om::sound::acoustics::contexts::AcousticRequest::AcousticRequest | ( | ) |
Create an acoustic request with the default parameters.
| AcousticFlags om::sound::acoustics::contexts::AcousticRequest::flags |
An object containing boolean configuration flags for the acoustic context.
| AcousticResultFlags om::sound::acoustics::contexts::AcousticRequest::resultFlags |
An object that specifies the requested output configuration for the acoustic context.
| AcousticUsage om::sound::acoustics::contexts::AcousticRequest::usage |
An object indicating the intendend use for the acoustic simulation output.
| SampleRate om::sound::acoustics::contexts::AcousticRequest::sampleRate |
The global sound sample rate that should be used for acoustic simulation.
This sample rate is used as the default when a source or listener does not specify an individual sample rate by setting the flag SoundTransducerFlags::SAMPLE_RATE.
1.8.11