hrtfDirectivityCardioid 结构 (hrtfapoapi.h)
描述心形指向性模式。
语法
typedef struct HrtfDirectivityCardioid {
HrtfDirectivity directivity;
float order;
} HrtfDirectivityCardioid;
成员
directivity
心形模式的描述符。 类型参数必须设置为 HrtfDirectivityType.Cardioid。
order
控制心形的形状。 形状顺序越高,越窄。 必须大于 0 且小于或等于 32。
要求
要求 | 值 |
---|---|
Header | hrtfapoapi.h |