HrtfDirectivityType enumeration (hrtfapoapi.h)

Indicates one of several stock directivity patterns.

Syntax

typedef enum HrtfDirectivityType {
  OmniDirectional = 0,
  Cardioid,
  Cone
} ;

Constants

 
OmniDirectional
Value: 0
The sound emission is in all directions.
Cardioid
The sound emission is a cardioid shape.
Cone
The sound emission is a cone.

Requirements

Requirement Value
Header hrtfapoapi.h

See also

Enumerations