◆ getAudioCaptureVolume()
virtual int tccc::ITCCCDeviceManager::getAudioCaptureVolume |
( |
| ) |
|
|
pure virtual |
◆ getAudioPlayoutVolume()
virtual int tccc::ITCCCDeviceManager::getAudioPlayoutVolume |
( |
| ) |
|
|
pure virtual |
◆ setAudioCaptureVolume()
virtual void tccc::ITCCCDeviceManager::setAudioCaptureVolume |
( |
int |
volume | ) |
|
|
pure virtual |
4.3 设定本地音频的采集音量
- Parameters
-
volume | 音量大小,取值范围为0 - 100;默认值:100 |
- Note
- 如果将 volume 设置成 100 之后感觉音量还是太小,可以将 volume 最大设置成 150,但超过 100 的 volume 会有爆音的风险,请谨慎操作。
◆ setAudioPlayoutVolume()
virtual void tccc::ITCCCDeviceManager::setAudioPlayoutVolume |
( |
int |
volume | ) |
|
|
pure virtual |
4.5 设定远端音频的播放音量
该接口会控制 SDK 最终交给系统播放的声音音量,调节效果会影响到本地音频录制文件的音量大小,但不会影响到耳返的音量大小。
- Parameters
-
volume | 音量大小,取值范围为0 - 100,默认值:100。 |
- Note
- 如果将 volume 设置成 100 之后感觉音量还是太小,可以将 volume 最大设置成 150,但超过 100 的 volume 会有爆音的风险,请谨慎操作。
The documentation for this class was generated from the following file: