Home | History | Annotate | Download | only in media

Lines Matching refs:player

248      * Prepares the player for playback, asynchronously.
270 * @throws IllegalStateException if the internal player engine has not been initialized.
348 * Gets the current buffering state of the player.
460 * Configures the player to loop on the current data source.
479 * by the player, see {@link #getPlaybackSpeed()}.
493 * Returns the actual playback speed to be used by the player when playing.
516 * Note that this volume is specific to the player, and is separate from stream volume
519 * gain. See {@link #getMaxPlayerVolume()} for the volume range supported by this player.
533 * Returns the current volume of this player to this player.
535 * @return the player volume.
551 * Adds a callback to be notified of events for this player.
570 * Removes a previously registered callback for player events
613 * @throws IllegalStateException if the internal player engine has not been
660 MediaPlayer player = src.mPlayer;
663 player.setDataSource(new MediaDataSource() {
684 player.setDataSource(
691 player.setDataSource(
748 * @throws IllegalStateException if the internal player engine has not been
766 * @throws IllegalStateException if the internal player engine has not been
779 * @throws IllegalStateException if the internal player engine has not been
797 * @throws IllegalStateException if the internal player engine has not been
832 * @throws IllegalStateException if the internal player engine has not been
860 * is available, e.g. because the media player
896 * However, it is possible to force this player to be part of an already existing audio session
918 * Attaches an auxiliary effect to the player. A typical auxiliary effect is a reverberation
925 * to attach the player to the effect.
926 * <p>To detach the effect from the player, call this method with a null effect id.
942 * Sets the send level of the player to the attached auxiliary effect.
944 * <p>By default the send level is 0, so even if an effect is attached to the player
1291 * The player has to have an active DRM session and be in stopped, or prepared
2139 throw new IllegalStateException("player/source queue emptied");