#include <AudioStreamCallback.h>
Public Member Functions | |
virtual void | onPresentationEnded (AudioStream *) |
AudioStreamPresentationCallback defines a callback interface for being notified when a data presentation event is filed.
It is used with AudioStreamBuilder::setPresentationCallback().
|
inlinevirtual |
This will be called when all the buffers of an offloaded stream that were queued in the audio system (e.g. the combination of the Android audio framework and the device's audio hardware) have been played.
audioStream | pointer to the associated stream |