Lines Matching full:playback
56 EVENT_LOOP_END = 2, // Sample loop end was reached; playback restarted from loop start if loop count was not 0.
57 EVENT_MARKER = 3, // Playback head is at the specified marker position (See setMarkerPosition()).
58 EVENT_NEW_POS = 4, // Playback head is at a new position (See setPositionUpdatePeriod()).
59 EVENT_BUFFER_END = 5 // Playback head is at the end of the buffer.
145 * identified by the argument sharedBuffer. This prototype is for static buffer playback.
148 * It is recommented to pass a callback function to be notified of playback end by an
267 /* Sets marker position. When playback reaches the number of frames specified, a callback with event
302 /* Sets playback head position within AudioTrack buffer. The new position is specified
309 * playback start.
313 * position: New playback head position within AudioTrack buffer.
324 * rewriting the buffer before restarting playback after a stop.