Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | Public Attributes | List of all members
om::sound::acoustics::contexts::AcousticRequest Class Reference

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...
 

Detailed Description

A class that specifies the configuration for an acoustic context.

Constructor & Destructor Documentation

om::sound::acoustics::contexts::AcousticRequest::AcousticRequest ( )

Create an acoustic request with the default parameters.

Member Data Documentation

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.


The documentation for this class was generated from the following file: