Interface ShadowAudioTrack.OnAudioDataWrittenListener

Enclosing class:
ShadowAudioTrack

public static interface ShadowAudioTrack.OnAudioDataWrittenListener
Listeners to be notified when data is written to an AudioTrack via AudioTrack.write(ByteBuffer, int, int)

Currently, only the data written through AudioTrack.write(ByteBuffer audioData, int sizeInBytes, int writeMode) will be reported.