public interface VideoListener
Modifier and Type | Method and Description |
---|---|
void |
onVideoFinished(VideoInterface video)
Called when video finished.
|
void |
onVideoPrepared(VideoInterface video)
Called When a video is prepared to start.
|
void onVideoPrepared(VideoInterface video) throws StartingVideoFailed
video
- StartingVideoFailed
void onVideoFinished(VideoInterface video)
video
-