HrtfApoInit structure (hrtfapoapi.h)
Specifies parameters used to initialize HRTF spatial audio.
Syntax
typedef struct HrtfApoInit {
HrtfDistanceDecay *distanceDecay;
HrtfDirectivity *directivity;
} HrtfApoInit;
Members
distanceDecay
The decay type. If you pass in nullptr, the default value is used. The default is natural decay.
directivity
The directivity type. If you pass in nullptr, the default value is used. The default directivity is omni-directional.
Requirements
Requirement | Value |
---|---|
Header | hrtfapoapi.h |