public interface VideoInterface
Modifier and Type | Interface and Description |
---|---|
static class |
VideoInterface.VideoState
Enumeration Video State.
|
Modifier and Type | Method and Description |
---|---|
VideoInterface.VideoState |
getState()
get the video state.
|
void |
pause()
Pause the video.
|
void |
start()
Start the video.
|
void |
stop()
Stop the video.
|
void start()
void stop()
void pause()
VideoInterface.VideoState getState()
VideoInterface.VideoState