Lines Matching full:playback
42 * MediaPlayer class can be used to control playback
58 * <p>Playback control of audio/video files and streams is managed as a state
60 * MediaPlayer object driven by the supported playback control operations.
62 * in. The arcs represent the playback control operations that drive the object
115 * <li>In general, some playback control operation may fail due to various
119 * these circumstances. Sometimes, due to programming errors, invoking a playback
159 * before playback can be started.
186 * <li>To start the playback, {@link #start()} must be called. After
201 * <li>Playback can be paused and stopped, and the current playback position
202 * can be adjusted. Playback can be paused via {@link #pause()}. When the call to
210 * <li>Calling {@link #start()} to resume playback for a paused
211 * MediaPlayer object, and the resumed playback
219 * <li>Calling {@link #stop()} stops playback and causes a
224 * <li>Once in the <em>Stopped</em> state, playback cannot be started
231 * <li>The playback position can be adjusted with a call to
245 * <li>Furthermore, the actual current playback position
248 * track of the playback progress.</li>
251 * <li>When the playback reaches the end of stream, the playback completes.
263 * state, calling {@link #start()} can restart the playback from the
766 * Prepares the player for playback, synchronously.
770 * which blocks until MediaPlayer is ready for playback.
777 * Prepares the player for playback, asynchronously.
789 * Starts or resumes playback. If playback had previously been paused,
790 * playback will continue from where it was paused. If playback had
791 * been stopped, or never started before, playback will start at the
804 * Stops playback after playback has been stopped or paused.
817 * Pauses playback. Call start() to resume.
840 * By default, no attempt is made to keep the device awake during playback.
866 * screen on while video playback is occurring. This is the preferred
938 * Gets the current playback position.
1315 * source is ready for playback.
1320 * Called when the media file is ready for playback.
1322 * @param mp the MediaPlayer that is ready for playback
1329 * for playback.
1341 * Interface definition for a callback to be invoked when playback of
1347 * Called when the end of a media source is reached during playback.
1356 * has been reached during playback.
1467 * playback i.e the video's index (e.g moov atom) is not at the start of the
1545 * info and/or warning about the media or its playback.