public static interface VideoWrapperView.VideoController
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPosition() |
int |
getDuration() |
boolean |
isPlaying() |
void |
pause() |
void |
seekTo(int videoPosition) |
void |
setOnCompletionListener(OnCompletionListener listener) |
void |
setOnErrorListener(OnErrorListener listener) |
void |
setOnPreparedListener(OnPreparedListener listener) |
void |
setVideoURI(Uri parse) |
void |
start() |
void |
updateSize(int viewWidth,
int viewHeight) |
boolean isPlaying()
int getDuration()
int getCurrentPosition()
void setOnCompletionListener(OnCompletionListener listener)
void setOnErrorListener(OnErrorListener listener)
void setOnPreparedListener(OnPreparedListener listener)
void setVideoURI(Uri parse)
void start()
void pause()
void seekTo(int videoPosition)
void updateSize(int viewWidth,
int viewHeight)