android.media.AudioTrack.OnPlaybackPositionUpdateListener |
Interface definition for a callback to be invoked when the playback head position of an AudioTrack has reached a notification marker or has increased by a certain period.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called on the listener to notify it that the previously set marker has been reached
by the playback head.
| |||||||||||
Called on the listener to periodically notify it that the playback head has reached
a multiple of the notification period.
|
Called on the listener to notify it that the previously set marker has been reached by the playback head.
Called on the listener to periodically notify it that the playback head has reached a multiple of the notification period.