|
Agora C++ API Reference for All Platforms
|
Public Member Functions | |
| ScreenAudioParameters () | |
| ScreenAudioParameters () | |
Public Attributes | |
| int | sampleRate |
| int | channels |
| int | captureSignalVolume |
| bool | excludeCurrentProcessAudio = true |
The audio configuration for the shared screen stream.
|
inline |
|
inline |
| int agora::rtc::ScreenAudioParameters::sampleRate |
The audio sample rate (Hz). The default value is 48000.
| int agora::rtc::ScreenAudioParameters::channels |
The number of audio channels. The default value is 2, indicating dual channels.
| int agora::rtc::ScreenAudioParameters::captureSignalVolume |
The volume of the captured system audio. The value range is [0,100]. The default value is 100.
| bool agora::rtc::ScreenAudioParameters::excludeCurrentProcessAudio = true |
1.8.18