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

A class that stores implementation-specific parameters for a geometric acoustic context. More...

#include <omGeometricAcousticContext.h>

Public Member Functions

 Request ()
 Create a new geometric acoustic request with the default parameters. More...
 

Public Attributes

Size frequencyCount
 The number of frequency bands that the should should be computed in. More...
 
Size maxListenerDepth
 The maximum number of recursive path reflections that are computed from the listener direction. More...
 
Size maxSourceDepth
 The maximum number of recursive path reflections that are computed from the source direction. More...
 
Size listenerRayCount
 The number of rays that are emitted from each listener. More...
 
Size sourceRayCount
 The number of rays that are emitted from each source. More...
 

Detailed Description

A class that stores implementation-specific parameters for a geometric acoustic context.

Constructor & Destructor Documentation

om::sound::acoustics::contexts::GeometricAcousticContext::Request::Request ( )
inline

Create a new geometric acoustic request with the default parameters.

Member Data Documentation

Size om::sound::acoustics::contexts::GeometricAcousticContext::Request::frequencyCount

The number of frequency bands that the should should be computed in.

Size om::sound::acoustics::contexts::GeometricAcousticContext::Request::maxListenerDepth

The maximum number of recursive path reflections that are computed from the listener direction.

Size om::sound::acoustics::contexts::GeometricAcousticContext::Request::maxSourceDepth

The maximum number of recursive path reflections that are computed from the source direction.

Size om::sound::acoustics::contexts::GeometricAcousticContext::Request::listenerRayCount

The number of rays that are emitted from each listener.

Size om::sound::acoustics::contexts::GeometricAcousticContext::Request::sourceRayCount

The number of rays that are emitted from each source.


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