public interface AudioSink
Modifier and Type | Method and Description |
---|---|
void |
renderSample(ByteBuffer audioSample,
int encoding,
int sampleRate,
int channels)
Render a single audio sample.
|
void renderSample(ByteBuffer audioSample, int encoding, int sampleRate, int channels)
audioSample
- A ByteBuffer which is being delivered to the sink.5.13.0