Home | History | Annotate | Download | only in media

Lines Matching refs:marker

56         EVENT_MARKER = 3,           // Playback head is at the specified marker position
110 * - EVENT_MARKER: pointer to const uint32_t containing the marker position in frames.
169 * to provide new data and inform of marker, position updates, etc.
361 /* Sets marker position. When playback reaches the number of frames specified, a callback with
362 * event type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker
363 * notification callback. To set a marker at a position which would compute as 0,
364 * a workaround is to the set the marker at a nearby position such as ~0 or 1.
370 * marker: marker position expressed in wrapping (overflow) frame units,
377 status_t setMarkerPosition(uint32_t marker);
378 status_t getMarkerPosition(uint32_t *marker) const;