获取音频播放设备
获取音频采集设备
设置系统默认设备为当前使用的音频播放设备
返回QResult来指示调用状态
设置系统默认设备为当前使用的音频采集设备
返回QResult来指示调用状态
设置音频外放, 仅在移动设备上支持
ture/false 打开/关闭音频外放
返回QResult来指示调用状态
设置麦克风采集数据静音状态(不包括伴音等其他声音)
静音开关, 打开/关闭 静音开关
返回QResult来指示调用状态
设置当前使用的音频播放设备
音频设备ID
返回QResult来指示调用状态
设置音频播放音量
返回QResult来指示调用状态
设置当前使用的音频采集设备
音频设备ID
返回QResult来指示调用状态
设置音频采集音量
返回QResult来指示调用状态
Generated using TypeDoc
This symbol shall be used to install a listener for only monitoring
'error'
events. Listeners installed using this symbol are called before the regular'error'
listeners are called.Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no regular'error'
listener is installed.