- seekTo(long) - Method in interface com.pili.pldroid.player.IMediaController.MediaPlayerControl
-
Seeks to specified time position.
- seekTo(long) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Seeks to specified time position.
- setAnchorView(View) - Method in interface com.pili.pldroid.player.IMediaController
-
Sets the view that acts as the anchor for the control view.
- setDataSource(Context, Uri) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Sets the data source as a content Uri.
- setDataSource(Context, Uri, Map<String, String>) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Sets the data source as a content Uri.
- setDataSource(String) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Sets the data source (file-path or http/rtsp/rtmp URL) to use.
- setDataSource(FileDescriptor) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Sets the data source (FileDescriptor) to use.
- setDisplay(SurfaceHolder) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Sets the SurfaceHolder
to use for displaying the video
portion of the media.
- setDisplayOrientation(int) - Method in class com.pili.pldroid.player.widget.PLVideoTextureView
-
Set the clockwise rotation of display in degrees.
- setEnabled(boolean) - Method in interface com.pili.pldroid.player.IMediaController
-
Sets the controller enabled or not.
- setFloat(String, float) - Method in class com.pili.pldroid.player.AVOptions
-
Sets the value of a float key.
- setInteger(String, int) - Method in class com.pili.pldroid.player.AVOptions
-
Sets the value of an integer key.
- setLong(String, long) - Method in class com.pili.pldroid.player.AVOptions
-
Sets the value of a long key.
- setLooping(boolean) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Sets the player to be looping or non-looping.
- setMediaPlayer(IMediaController.MediaPlayerControl) - Method in interface com.pili.pldroid.player.IMediaController
-
Sets media player.
- setMirror(boolean) - Method in class com.pili.pldroid.player.widget.PLVideoTextureView
-
Sets mirror.
- setOnBufferingUpdateListener(PLMediaPlayer.OnBufferingUpdateListener) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Register a callback to be invoked when the status of a network
stream's buffer has changed.
- setOnCompletionListener(PLMediaPlayer.OnCompletionListener) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Register a callback to be invoked when the end of a media source
has been reached during playback.
- setOnErrorListener(PLMediaPlayer.OnErrorListener) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Register a callback to be invoked when an error has happened
during an asynchronous operation.
- setOnInfoListener(PLMediaPlayer.OnInfoListener) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Register a callback to be invoked when an info/warning is available.
- setOnPreparedListener(PLMediaPlayer.OnPreparedListener) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Register a callback to be invoked when the media source is ready
for playback.
- setOnSeekCompleteListener(PLMediaPlayer.OnSeekCompleteListener) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Register a callback to be invoked when a seek operation has been
completed.
- setOnVideoSizeChangedListener(PLMediaPlayer.OnVideoSizeChangedListener) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Register a callback to be invoked when the video size is
known or updated.
- setScreenOnWhilePlaying(boolean) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Control whether we should use the attached SurfaceHolder to keep the
screen on while video playback is occurring.
- setString(String, String) - Method in class com.pili.pldroid.player.AVOptions
-
Sets the value of a string key.
- setSurface(Surface) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Sets the Surface
to be used as the sink for the video portion of
the media.
- setVolume(float, float) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Sets the volume on this player.
- setWakeMode(Context, int) - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Set the low-level power management behavior for this MediaPlayer.
- SharedLibraryNameHelper - Class in com.pili.pldroid.player
-
Provide interfaces for renaming the shared library
- show() - Method in interface com.pili.pldroid.player.IMediaController
-
Show the widget.
- show(int) - Method in interface com.pili.pldroid.player.IMediaController
-
Show the widget with timeout.
- start() - Method in interface com.pili.pldroid.player.IMediaController.MediaPlayerControl
-
Start play.
- start() - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Starts or resumes playback.
- stop() - Method in class com.pili.pldroid.player.PLMediaPlayer
-
Stops playback.