Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

See also

CreateHrtfApo

Structures


Feedback

Was this page helpful?

Additional resources