Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |