Package io.agora.rtc2
Class ScreenCaptureParameters.AudioCaptureParameters
java.lang.Object
io.agora.rtc2.ScreenCaptureParameters.AudioCaptureParameters
- Enclosing class:
- ScreenCaptureParameters
- Since:
- v3.7.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether to capture audio from the current app: - `true`: (Default) Caputre audio from the current app.intThe volume of the captured system audio.intThe number of audio channels.intAudio sample rate (Hz). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sampleRate
public int sampleRateAudio sample rate (Hz). The default value is 16000. -
channels
public int channelsThe number of audio channels. The default value is 2, which means stereo. -
captureSignalVolume
public int captureSignalVolumeThe volume of the captured system audio. The value range is [0, 100]. The default value is 100. -
allowCaptureCurrentApp
public boolean allowCaptureCurrentAppWhether to capture audio from the current app: - `true`: (Default) Caputre audio from the current app. - `false`Do not capture the audio from the current app:
-
-
Constructor Details
-
AudioCaptureParameters
public AudioCaptureParameters()
-
-
Method Details