API documentation  2.0rc1
Public Member Functions | List of all members
client::PannerOptions Class Reference

#include <clientlib.h>

Inherits client::AudioNodeOptions.

Public Member Functions

double get_coneInnerAngle ()
 
void set_coneInnerAngle (double)
 
double get_coneOuterAngle ()
 
void set_coneOuterAngle (double)
 
double get_coneOuterGain ()
 
void set_coneOuterGain (double)
 
Stringget_distanceModel ()
 
void set_distanceModel (const String &)
 
double get_maxDistance ()
 
void set_maxDistance (double)
 
double get_orientationX ()
 
void set_orientationX (double)
 
double get_orientationY ()
 
void set_orientationY (double)
 
double get_orientationZ ()
 
void set_orientationZ (double)
 
Stringget_panningModel ()
 
void set_panningModel (const String &)
 
double get_positionX ()
 
void set_positionX (double)
 
double get_positionY ()
 
void set_positionY (double)
 
double get_positionZ ()
 
void set_positionZ (double)
 
double get_refDistance ()
 
void set_refDistance (double)
 
double get_rolloffFactor ()
 
void set_rolloffFactor (double)
 
- Public Member Functions inherited from client::AudioNodeOptions
double get_channelCount ()
 
void set_channelCount (double)
 
Stringget_channelCountMode ()
 
void set_channelCountMode (const String &)
 
Stringget_channelInterpretation ()
 
void set_channelInterpretation (const String &)
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Member Function Documentation

◆ get_coneInnerAngle()

double client::PannerOptions::get_coneInnerAngle ( )

◆ get_coneOuterAngle()

double client::PannerOptions::get_coneOuterAngle ( )

◆ get_coneOuterGain()

double client::PannerOptions::get_coneOuterGain ( )

◆ get_distanceModel()

String* client::PannerOptions::get_distanceModel ( )

◆ get_maxDistance()

double client::PannerOptions::get_maxDistance ( )

◆ get_orientationX()

double client::PannerOptions::get_orientationX ( )

◆ get_orientationY()

double client::PannerOptions::get_orientationY ( )

◆ get_orientationZ()

double client::PannerOptions::get_orientationZ ( )

◆ get_panningModel()

String* client::PannerOptions::get_panningModel ( )

◆ get_positionX()

double client::PannerOptions::get_positionX ( )

◆ get_positionY()

double client::PannerOptions::get_positionY ( )

◆ get_positionZ()

double client::PannerOptions::get_positionZ ( )

◆ get_refDistance()

double client::PannerOptions::get_refDistance ( )

◆ get_rolloffFactor()

double client::PannerOptions::get_rolloffFactor ( )

◆ set_coneInnerAngle()

void client::PannerOptions::set_coneInnerAngle ( double  )

◆ set_coneOuterAngle()

void client::PannerOptions::set_coneOuterAngle ( double  )

◆ set_coneOuterGain()

void client::PannerOptions::set_coneOuterGain ( double  )

◆ set_distanceModel()

void client::PannerOptions::set_distanceModel ( const String )

◆ set_maxDistance()

void client::PannerOptions::set_maxDistance ( double  )

◆ set_orientationX()

void client::PannerOptions::set_orientationX ( double  )

◆ set_orientationY()

void client::PannerOptions::set_orientationY ( double  )

◆ set_orientationZ()

void client::PannerOptions::set_orientationZ ( double  )

◆ set_panningModel()

void client::PannerOptions::set_panningModel ( const String )

◆ set_positionX()

void client::PannerOptions::set_positionX ( double  )

◆ set_positionY()

void client::PannerOptions::set_positionY ( double  )

◆ set_positionZ()

void client::PannerOptions::set_positionZ ( double  )

◆ set_refDistance()

void client::PannerOptions::set_refDistance ( double  )

◆ set_rolloffFactor()

void client::PannerOptions::set_rolloffFactor ( double  )