|
static void | AttachBusAnalyzer (string busName, int interval, int peakHoldTime) |
| 添加Level测量功能 更多...
|
|
static void | AttachBusAnalyzer (int interval, int peakHoldTime) |
| 添加至所有DSP总线的Level测量功能 更多...
|
|
static void | DetachBusAnalyzer (string busName) |
| 删除Level测量功能 更多...
|
|
static void | DetachBusAnalyzer () |
| 删除来自所有DSP总线的Level测量功能 更多...
|
|
static void | GetBusAnalyzerInfo (string busName, out BusAnalyzerInfo info) |
| 获取Level测量结果 更多...
|
|
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总线发送Level 更多...
|
|
static void | SetBusSendLevel (int busId, int sendTo, float level) |
|
static void | SetBusMatrix (string busName, int inputChannels, int outputChannels, float[] matrix) |
| 设置DSP总线的Level矩阵 更多...
|
|
static void | SetBusMatrix (int busId, int inputChannels, int outputChannels, float[] matrix) |
|
static void | SetEffectBypass (string busName, string effectName, bool bypass) |
| 设置DSP总线效果的Bypass 更多...
|
|
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) |
| 启用Binauralizer 更多...
|
|
static bool | IsEnabledBinauralizer () |
| Binauralizer的启用状态的获取 更多...
|
|
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) |
| 暂停/取消暂停所有播放 更多...
|
|