- pause() - Method in interface com.pili.pldroid.player.IMediaController.MediaPlayerControl
-
Pause play.
- pause() - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Pauses playback.
- PLMediaPlayer - Class in com.pili.pldroid.player
-
PLMediaPlayer class can be used to control playback of audio/video files and streams.
- PLMediaPlayer() - Constructor for class com.pili.pldroid.player.PLMediaPlayer
-
Default constructor.
- PLMediaPlayer(AVOptions) - Constructor for class com.pili.pldroid.player.PLMediaPlayer
-
- PLMediaPlayer.OnBufferingUpdateListener - Interface in com.pili.pldroid.player
-
Interface definition of a callback to be invoked indicating buffering
status of a media resource being streamed over the network.
- PLMediaPlayer.OnCompletionListener - Interface in com.pili.pldroid.player
-
Interface definition for a callback to be invoked when playback of
a media source has completed.
- PLMediaPlayer.OnErrorListener - Interface in com.pili.pldroid.player
-
Interface definition of a callback to be invoked when there
has been an error during an asynchronous operation (other errors
will throw exceptions at method call time).
- PLMediaPlayer.OnInfoListener - Interface in com.pili.pldroid.player
-
Interface definition of a callback to be invoked to communicate some
info and/or warning about the media or its playback.
- PLMediaPlayer.OnPreparedListener - Interface in com.pili.pldroid.player
-
Interface definition for a callback to be invoked when the media
source is ready for playback.
- PLMediaPlayer.OnSeekCompleteListener - Interface in com.pili.pldroid.player
-
Interface definition of a callback to be invoked indicating
the completion of a seek operation.
- PLMediaPlayer.OnVideoSizeChangedListener - Interface in com.pili.pldroid.player
-
Interface definition of a callback to be invoked when the
video size is first known or updated
- PLVideoTextureView - Class in com.pili.pldroid.player.widget
-
PLVideoTextureView act as an easy-to-use widget for playing a video file or network stream.
- PLVideoTextureView(Context) - Constructor for class com.pili.pldroid.player.widget.PLVideoTextureView
-
Constructor of PLVideoTextureView
- PLVideoTextureView(Context, AttributeSet) - Constructor for class com.pili.pldroid.player.widget.PLVideoTextureView
-
Constructor of PLVideoTextureView
- PLVideoTextureView(Context, AttributeSet, int) - Constructor for class com.pili.pldroid.player.widget.PLVideoTextureView
-
Constructor of PLVideoTextureView
- PLVideoTextureView(Context, AttributeSet, int, int) - Constructor for class com.pili.pldroid.player.widget.PLVideoTextureView
-
Constructor of PLVideoTextureView
- PLVideoView - Class in com.pili.pldroid.player.widget
-
PLVideoView act as an easy-to-use widget for playing a video file or network stream.
- PLVideoView(Context) - Constructor for class com.pili.pldroid.player.widget.PLVideoView
-
Constructor of PLVideoView
- PLVideoView(Context, AttributeSet) - Constructor for class com.pili.pldroid.player.widget.PLVideoView
-
Constructor of PLVideoView
- PLVideoView(Context, AttributeSet, int) - Constructor for class com.pili.pldroid.player.widget.PLVideoView
-
Constructor of PLVideoView
- PLVideoView(Context, AttributeSet, int, int) - Constructor for class com.pili.pldroid.player.widget.PLVideoView
-
Constructor of PLVideoView
- prepareAsync() - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Prepares the player for playback, asynchronously.