public interface AudioDeviceRenderer
Modifier and Type | Method and Description |
---|---|
AudioFormat |
getRendererFormat()
Returns the format of the audio that will be rendered.
|
boolean |
onInitRenderer()
Raised when the Renderer is ready to be initialized.
|
boolean |
onStartRendering(AudioDeviceContext audioDeviceContext)
Raised when the renderer is ready to render.
|
boolean |
onStopRendering()
Raised when the capturer stops rendering.
|
@Nullable AudioFormat getRendererFormat()
null
indicates
rendering is not supported.AudioFormat
boolean onInitRenderer()
onStartRendering(AudioDeviceContext)
.boolean onStartRendering(@NonNull AudioDeviceContext audioDeviceContext)
audioDeviceContext
- boolean onStopRendering()
6.0.0