|
| 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 | GetBusAnalyzerInfo (int busId, out BusAnalyzerInfo info) |
| |
| static void | SetBusVolume (string busName, float volume) |
| | DSPバスのボリュームの設定 [詳解]
|
| |
| static void | SetBusVolume (int busId, float volume) |
| |
| static void | SetBusSendLevel (string busName, string sendTo, float level) |
| | DSPバスのセンドレベルの設定 [詳解]
|
| |
| static void | SetBusSendLevel (int busId, int sendTo, float level) |
| |
| static void | SetBusMatrix (string busName, int inputChannels, int outputChannels, float[] matrix) |
| | DSPバスのレベル行列の設定 [詳解]
|
| |
| static void | SetBusMatrix (int busId, int inputChannels, int outputChannels, float[] matrix) |
| |
| 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) |
| | ユーザ定義エフェクトインターフェースの登録解除 [詳解]
|
| |
| static void | GetBusVolume (string busName, out float volume) |
| | バスのボリュームの取得 [詳解]
|
| |
| static void | EnableBinauralizer (Boolean enabled) |
| | バイノーライザーの有効化 [詳解]
|
| |
| static bool | IsEnabledBinauralizer () |
| | バイノーライザーの有効化状態の取得 [詳解]
|
| |
| static int | GetPcmOutput (int outputChannels, int outputSamples, float[][] buffer) |
| | PCM出力の取得 [詳解]
|
| |
| static int | GetNumBufferedPcmOutputSamples () |
| | 取得可能なPCM出力サンプル数の取得 [詳解]
|
| |
| static void | SetPcmBufferSize (int numSamples) |
| | PCM出力サンプルのバッファーサイズの設定 [詳解]
|
| |
| static void | PauseOutputVoice (bool sw) |
| | すべての再生のポーズ/ポーズ解除 [詳解]
|
| |
Atomサウンドレンダラのバス出力を制御するクラスです。
- 説明:
- 本クラスでは、Atomサウンドレンダラのバス出力を操作してボリュームを変更したり、レベルを測定することができます。