HrtfDirectivityCardioid 構造体 (hrtfapoapi.h)
カーディオイド指向パターンについて説明します。
構文
typedef struct HrtfDirectivityCardioid {
HrtfDirectivity directivity;
float order;
} HrtfDirectivityCardioid;
メンバー
directivity
カーディオイド パターンの記述子。 type パラメーターは HrtfDirectivityType.Cardioid に設定する必要があります。
order
カーディオイドの形状を制御します。 図形の順序が高いほど狭くなります。 0 より大きく、32 以下である必要があります。
要件
要件 | 値 |
---|---|
Header | hrtfapoapi.h |