public interface VideoContentListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted()
Called when the video is completed
|
void |
onPlayerError()
Deprecated.
this method is obsolete and not in use.
|
void |
onProgress(int totalDurationInMsec,
int positionInMsec)
This callback is called by the controller every 1 second
|
void onProgress(int totalDurationInMsec,
int positionInMsec)
totalDurationInMsec - total duration of the video in millisecondspositionInMsec - current play position in millisecondsvoid onCompleted()
@Deprecated void onPlayerError()