SpatialAudioHrtfDirectivityType enumeration (spatialaudiohrtf.h)
Specifies the shape in which sound is emitted by an ISpatialAudioObjectForHrtf.
Syntax
typedef enum SpatialAudioHrtfDirectivityType {
SpatialAudioHrtfDirectivity_OmniDirectional = 0,
SpatialAudioHrtfDirectivity_Cardioid,
SpatialAudioHrtfDirectivity_Cone
} ;
Constants
SpatialAudioHrtfDirectivity_OmniDirectional Value: 0 The sound is emitted in all directions. |
SpatialAudioHrtfDirectivity_Cardioid The sound is emitted in a cardioid shape. |
SpatialAudioHrtfDirectivity_Cone The sound is emitted in a cone shape. |
Requirements
Requirement | Value |
---|---|
Header | spatialaudiohrtf.h |