public static interface BMediaController.VideoViewControl
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPosition() |
int |
getDuration() |
boolean |
isPlaying() |
void |
pause() |
void |
resume() |
void |
seekTo(double pos) |
void |
start() |