public interface AudioDeviceCapturer
Modifier and Type | Method and Description |
---|---|
AudioFormat |
getCapturerFormat()
Returns the format of the audio that will be captured.
|
boolean |
onInitCapturer()
Raised when the capturer is ready to be initialized.
|
boolean |
onStartCapturing(AudioDeviceContext audioDeviceContext)
Raised when the capturer is ready to capture.
|
boolean |
onStopCapturing()
Raised when the capturer stops capturing.
|
AudioFormat getCapturerFormat()
AudioFormat
boolean onInitCapturer()
onStartCapturing(AudioDeviceContext)
.boolean onStartCapturing(AudioDeviceContext audioDeviceContext)
onInitCapturer()
.audioDeviceContext
- boolean onStopCapturing()
onStartCapturing(AudioDeviceContext)
when audio
capturing is no longer needed by the media engine.5.2.0