Static Public メソッド |
| static void | AttachBusAnalyzer (string busName, int interval, int peakHoldTime) |
| | レベル測定機能の追加
|
| static void | AttachBusAnalyzer (int interval, int peakHoldTime) |
| | 全てのDSPバスへのレベル測定機能の追加
|
| static void | DetachBusAnalyzer (string busName) |
| | レベル測定機能の削除
|
| static void | DetachBusAnalyzer () |
| | 全てのDSPバスからのレベル測定機能の削除
|
| static void | GetBusAnalyzerInfo (string busName, out BusAnalyzerInfo info) |
| | レベル測定結果の取得
|
| static void | SetBusVolume (string busName, float volume) |
| | DSPバスのボリュームの設定
|
| static void | SetBusSendLevel (string busName, string sendTo, float level) |
| | DSPバスのセンドレベルの設定
|
| static void | SetBusMatrix (string busName, int inputChannels, int outputChannels, float[] matrix) |
| | DSPバスのレベル行列の設定
|
| static void | SetEffectBypass (string busName, string effectName, bool bypass) |
| | DSPバスエフェクトのバイパス設定
|
| static void | SetEffectParameter (string busName, string effectName, uint parameterIndex, float parameterValue) |
| | DSPバスエフェクト動作時パラメータの設定
|
| static float | GetEffectParameter (string busName, string effectName, uint parameterIndex) |
| | DSPバスエフェクト動作時パラメータの取得
|
| static bool | RegisterEffectInterface (IntPtr afx_interface) |
| | ユーザ定義エフェクトインターフェースの登録
|
| static void | UnregisterEffectInterface (IntPtr afx_interface) |
| | ユーザ定義エフェクトインターフェースの登録解除
|
Atomサウンドレンダラのバス出力を制御するクラスです。
- 説明:
- 本クラスでは、Atomサウンドレンダラのバス出力を操作してボリュームを変更したり、レベルを測定することができます。