SpatialAudioHrtfDirectivityCone structure

Represents a cone-shaped directivity model for an ISpatialAudioObjectForHrtf.

Syntax


typedef struct _SpatialAudioHrtfDirectivityCone {
  SpatialAudioHrtfDirectivity   directivity;
  float                          InnerAngle;
  float                          OuterAngle;
} SpatialAudioHrtfDirectivityCone, *PSpatialAudioHrtfDirectivityCone;

Members

directivity

A structure that expresses the direction in which sound is emitted by an ISpatialAudioObjectForHrtf.

InnerAngle

The inner angle of the cone.

OuterAngle

The outer angle of the cone.

Requirements

Header

Spatialaudiohrtf.h

 

 

Show: