public static interface VideoControlView.MediaPlayerControl
| Modifier and Type | Method and Description |
|---|---|
int |
getBufferPercentage() |
int |
getCurrentPosition() |
int |
getDuration() |
boolean |
isPlaying() |
void |
pause() |
void |
seekTo(int position) |
void |
start() |