Method | Description | |
---|---|---|
Panpot ( float value ) : System |
左右チャネルのレベルを制御するパンポット値を指定して新しい Panpot 構造体のインスタンスを初期化します。
|
|
Panpot ( float lChannel, float rChannel ) : System |
左右チャネルのレベルを指定して新しい Panpot 構造体のインスタンスを初期化します。
|
public Panpot ( float lChannel, float rChannel ) : System | ||
lChannel | float | 左チャネルのレベル。 |
rChannel | float | 右チャネルのレベル。 |
return | System |