public static interface MediaController.MediaPlayerControl
Modifier and Type | Method and Description |
---|---|
boolean |
canPause() |
boolean |
canSeekBackward() |
boolean |
canSeekForward() |
int |
getAudioSessionId()
Get the audio session id for the player used by this VideoView.
|
int |
getBufferPercentage() |
int |
getCurrentPosition() |
int |
getDuration() |
boolean |
isPlaying() |
void |
pause() |
void |
seekTo(int pos) |
void |
start() |
void start()
void pause()
int getDuration()
int getCurrentPosition()
void seekTo(int pos)
boolean isPlaying()
int getBufferPercentage()
boolean canPause()
boolean canSeekBackward()
boolean canSeekForward()
int getAudioSessionId()