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