HrtfApoInit structure

Specifies parameters used to initialize HRTF spatial audio.

Syntax


typedef struct _HrtfApoInit {
  HrtfDistanceDecay *distanceDecay;
  HrtfDirectivity   *directivity;
} HrtfApoInit, *PHrtfApoInit;

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

Header

HrtfApoApi.h

See also

Structures
CreateHrtfApo

 

 

Show: