-
public final class MixerAudioBufferCallback.BufferResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final ByteBufferbyteBufferprivate final LongcaptureTimeNs
-
Constructor Summary
Constructors Constructor Description MixerAudioBufferCallback.BufferResponse(ByteBuffer byteBuffer, Long captureTimeNs)
-
Method Summary
Modifier and Type Method Description final ByteBuffergetByteBuffer()The byteBuffer to mix into the audio track. final LonggetCaptureTimeNs()The capture time stamp in nanoseconds, or null if not available. -
-
Constructor Detail
-
MixerAudioBufferCallback.BufferResponse
MixerAudioBufferCallback.BufferResponse(ByteBuffer byteBuffer, Long captureTimeNs)
-
-
Method Detail
-
getByteBuffer
final ByteBuffer getByteBuffer()
The byteBuffer to mix into the audio track.
-
getCaptureTimeNs
final Long getCaptureTimeNs()
The capture time stamp in nanoseconds, or null if not available.
-
-
-
-