Home | History | Annotate | Download | only in exoplayer

Lines Matching refs:player

50 /** MPEG-2 TS stream player implementation using ExoPlayer. */
74 /** Interface definition for a callback to be notified of changes in player state. */
82 void onDrawnToSurface(MpegTsPlayer player, Surface surface);
149 * Creates MPEG2-TS stream player.
199 * Sets the surface for the player.
208 /** Returns the current surface of the player. */
220 * Creates renderers and {@link DataSource} and initializes player.
289 * Sets the player state to pause or play.
291 * @param playWhenReady sets the player state to being ready to play when {@code true}, sets the
292 * player state to being paused when {@code false}
355 /** Releases the player. */
371 /** Returns the current status of the player. */
379 /** Returns {@code true} when the player is prepared to play, {@code false} otherwise. */
385 /** Returns {@code true} when the player is being ready to play, {@code false} otherwise. */
392 /** Returns {@code true} when the player is buffering, {@code false} otherwise. */
408 * Returns {@code true} when the player is being ready to play, {@code false} when the player is
465 /** Returns {@code true} if the player has any video track, {@code false} otherwise. */
470 /** Returns {@code true} if the player has any audio trock, {@code false} otherwise. */
510 /** Gets the main handler of the player. */