HrtfDirectivityCardioid structure (hrtfapoapi.h)
Describes a cardioid directivity pattern.
Syntax
typedef struct HrtfDirectivityCardioid {
HrtfDirectivity directivity;
float order;
} HrtfDirectivityCardioid;
Members
directivity
Descriptor for the cardioid pattern. The type parameter must be set to HrtfDirectivityType.Cardioid.
order
Controls the shape of the cardioid. The higher order the shape, the narrower it is. Must be greater than 0 and less than or equal to 32.
Requirements
Requirement | Value |
---|---|
Header | hrtfapoapi.h |