SpatialAudioHrtfDirectivityCone structure (spatialaudiohrtf.h)
Represents a cone-shaped directivity model for an ISpatialAudioObjectForHrtf.
Syntax
typedef struct SpatialAudioHrtfDirectivityCone {
SpatialAudioHrtfDirectivity directivity;
float InnerAngle;
float OuterAngle;
} SpatialAudioHrtfDirectivityCone;
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
Requirement | Value |
---|---|
Header | spatialaudiohrtf.h |