public static interface AudioTrack.OnPlaybackPositionUpdateListener
Modifier and Type | Method and Description |
---|---|
void |
onMarkerReached(AudioTrack track)
Called on the listener to notify it that the previously set marker has been reached
by the playback head.
|
void |
onPeriodicNotification(AudioTrack track)
Called on the listener to periodically notify it that the playback head has reached
a multiple of the notification period.
|
void onMarkerReached(AudioTrack track)
void onPeriodicNotification(AudioTrack track)