public static class ScreenCaptureParameters.AudioCaptureParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
captureSignalVolume
The volume of the captured system audio.
|
int |
channels
The number of audio channels.
|
int |
sampleRate
The audio sample rate (Hz).
|
Constructor and Description |
---|
AudioCaptureParameters() |
Modifier and Type | Method and Description |
---|---|
int |
getCaptureSignalVolume() |
int |
getChannels() |
int |
getSampleRate() |
java.lang.String |
toString() |
public int sampleRate
public int channels
public int captureSignalVolume