B C D F G H I M O P R S T V

S

seekTo(long) - Method in class io.vov.vitamio.MediaPlayer
Seeks to specified time position.
seekTo(long) - Method in interface io.vov.vitamio.widget.MediaController.MediaPlayerControl
 
seekTo(long) - Method in class io.vov.vitamio.widget.VideoView
 
setAnchorView(View) - Method in class io.vov.vitamio.widget.MediaController
Set the view that acts as the anchor for the control view.
setAudioTrack(int) - Method in class io.vov.vitamio.MediaPlayer
Set the audio track to play, must be in the result of MediaPlayer.getAudioTrackMap(String)
setAudioTrack(int) - Method in class io.vov.vitamio.widget.VideoView
 
setBufferSize(int) - Method in class io.vov.vitamio.MediaPlayer
The buffer to fill before playback, default is 1024KB
setBufferSize(int) - Method in class io.vov.vitamio.widget.VideoView
 
setDataSource(Context, Uri) - Method in class io.vov.vitamio.MediaPlayer
Sets the data source as a content Uri.
setDataSource(String) - Method in class io.vov.vitamio.MediaPlayer
Sets the data source (file-path or http/rtsp/mms URL) to use.
setDataSource(FileDescriptor) - Method in class io.vov.vitamio.MediaPlayer
Sets the data source (FileDescriptor) to use.
setDisplay(SurfaceHolder) - Method in class io.vov.vitamio.MediaPlayer
Sets the SurfaceHolder to use for displaying the video portion of the media.
setEnabled(boolean) - Method in class io.vov.vitamio.widget.MediaController
 
setFileName(String) - Method in class io.vov.vitamio.widget.MediaController
 
setInfoView(TextView) - Method in class io.vov.vitamio.widget.MediaController
 
setMediaController(MediaController) - Method in class io.vov.vitamio.widget.VideoView
 
setMediaPlayer(MediaController.MediaPlayerControl) - Method in class io.vov.vitamio.widget.MediaController
 
setMetaEncoding(String) - Method in class io.vov.vitamio.MediaPlayer
Set the encoding MediaPlayer will use to determine the metadata
setMetaEncoding(String) - Method in class io.vov.vitamio.widget.VideoView
 
setOnBufferingUpdateListener(MediaPlayer.OnBufferingUpdateListener) - Method in class io.vov.vitamio.MediaPlayer
Register a callback to be invoked when the status of a network stream's buffer has changed.
setOnBufferingUpdateListener(MediaPlayer.OnBufferingUpdateListener) - Method in class io.vov.vitamio.widget.VideoView
 
setOnCompletionListener(MediaPlayer.OnCompletionListener) - Method in class io.vov.vitamio.MediaPlayer
Register a callback to be invoked when the end of a media source has been reached during playback.
setOnCompletionListener(MediaPlayer.OnCompletionListener) - Method in class io.vov.vitamio.widget.VideoView
 
setOnErrorListener(MediaPlayer.OnErrorListener) - Method in class io.vov.vitamio.MediaPlayer
Register a callback to be invoked when an error has happened during an asynchronous operation.
setOnErrorListener(MediaPlayer.OnErrorListener) - Method in class io.vov.vitamio.widget.VideoView
 
setOnInfoListener(MediaPlayer.OnInfoListener) - Method in class io.vov.vitamio.MediaPlayer
 
setOnInfoListener(MediaPlayer.OnInfoListener) - Method in class io.vov.vitamio.widget.VideoView
 
setOnPreparedListener(MediaPlayer.OnPreparedListener) - Method in class io.vov.vitamio.MediaPlayer
Register a callback to be invoked when the media source is ready for playback.
setOnPreparedListener(MediaPlayer.OnPreparedListener) - Method in class io.vov.vitamio.widget.VideoView
 
setOnSeekCompleteListener(MediaPlayer.OnSeekCompleteListener) - Method in class io.vov.vitamio.MediaPlayer
Register a callback to be invoked when a seek operation has been completed.
setOnSeekCompleteListener(MediaPlayer.OnSeekCompleteListener) - Method in class io.vov.vitamio.widget.VideoView
 
setOnSubtitleUpdateListener(MediaPlayer.OnSubtitleUpdateListener) - Method in class io.vov.vitamio.MediaPlayer
Register a callback to be invoked when a subtitle need to display.
setOnSubtitleUpdateListener(MediaPlayer.OnSubtitleUpdateListener) - Method in class io.vov.vitamio.widget.VideoView
 
setOnVideoSizeChangedListener(MediaPlayer.OnVideoSizeChangedListener) - Method in class io.vov.vitamio.MediaPlayer
Register a callback to be invoked when the video size is known or updated.
setScreenOnWhilePlaying(boolean) - Method in class io.vov.vitamio.MediaPlayer
Control whether we should use the attached SurfaceHolder to keep the screen on while video playback is occurring.
setSubEncoding(String) - Method in class io.vov.vitamio.MediaPlayer
Set the encoding to display text subtitle.
setSubEncoding(String) - Method in class io.vov.vitamio.widget.VideoView
 
setSubPath(String) - Method in class io.vov.vitamio.MediaPlayer
Set the file-path of an external subtitle.
setSubPath(String) - Method in class io.vov.vitamio.widget.VideoView
 
setSubShown(boolean) - Method in class io.vov.vitamio.MediaPlayer
Tell the MediaPlayer whether to show subtitle
setSubShown(boolean) - Method in class io.vov.vitamio.widget.VideoView
 
setSubTrack(int) - Method in class io.vov.vitamio.MediaPlayer
Set the subtitle track to display, must be in the result of MediaPlayer.getSubTrackMap(String)
setSubTrack(int) - Method in class io.vov.vitamio.widget.VideoView
 
setVideoLayout(int, float) - Method in class io.vov.vitamio.widget.VideoView
Set the display options
setVideoPath(String) - Method in class io.vov.vitamio.widget.VideoView
 
setVideoQuality(int) - Method in class io.vov.vitamio.MediaPlayer
Set the quality when play video, if the video is too lag, you may try VIDEOQUALITY_LOW, default is VIDEOQUALITY_LOW.
setVideoQuality(int) - Method in class io.vov.vitamio.widget.VideoView
 
setVideoURI(Uri) - Method in class io.vov.vitamio.widget.VideoView
 
setVolume(float, float) - Method in class io.vov.vitamio.MediaPlayer
 
setVolume(float, float) - Method in class io.vov.vitamio.widget.VideoView
 
setWakeMode(Context, int) - Method in class io.vov.vitamio.MediaPlayer
Set the low-level power management behavior for this MediaPlayer.
show() - Method in class io.vov.vitamio.widget.MediaController
 
show(int) - Method in class io.vov.vitamio.widget.MediaController
Show the controller on screen.
showInstallerDialog(String, String, String) - Method in class io.vov.vitamio.VitamioInstaller
A simple helper dialog to guide the user install a compatible Vitamio package, you may build a more beautiful one by yourself.
showNotCompatibleDialog(String, String, String) - Method in class io.vov.vitamio.VitamioInstaller
A simple helper dialog telling user Vitamio is not compatible with the device, you may build a more beautiful one by yourself.
start() - Method in class io.vov.vitamio.MediaPlayer
Starts or resumes playback.
start() - Method in interface io.vov.vitamio.widget.MediaController.MediaPlayerControl
 
start() - Method in class io.vov.vitamio.widget.VideoView
 
stop() - Method in class io.vov.vitamio.MediaPlayer
The same as MediaPlayer.pause()
stopPlayback() - Method in class io.vov.vitamio.widget.VideoView
 
SUB_TYPES - Static variable in class io.vov.vitamio.MediaPlayer
The external subtitle types which Vitamio supports.
SUBTITLE_EXTERNAL - Static variable in class io.vov.vitamio.MediaPlayer
The subtitle displayed is an external file
SUBTITLE_INTERNAL - Static variable in class io.vov.vitamio.MediaPlayer
The subtitle displayed is embeded in the movie
suspend() - Method in class io.vov.vitamio.widget.VideoView
 

B C D F G H I M O P R S T V