Agora C++ API Reference for All Platforms
Public Attributes | List of all members
agora::rtc::ScreenAudioParameters Struct Reference

Public Attributes

int sampleRate = 16000
 
int channels = 2
 
int captureSignalVolume = 100
 

Detailed Description

The audio configuration for the shared screen stream.

Member Data Documentation

◆ sampleRate

int agora::rtc::ScreenAudioParameters::sampleRate = 16000

The audio sample rate (Hz). The default value is 16000.

◆ channels

int agora::rtc::ScreenAudioParameters::channels = 2

The number of audio channels. The default value is 2, indicating dual channels.

◆ captureSignalVolume

int agora::rtc::ScreenAudioParameters::captureSignalVolume = 100

The volume of the captured system audio. The value range is [0,100]. The default value is 100.