OnStop (object, position) |
Called when the video is stopped. |
OnPause (object, position) |
Called when the video is paused. |
OnPlay (object, position) |
Called when the video starts playing. |
OnFinish (object, position) |
Called when the video finishes. |
OnStartBuffer (object) |
Called when the video starts buffering. |
OnReady (object) |
Called when the video stops buffering and is ready to play. |
OnStartSeek (object, position) |
Called when the video starts fast-forwarding or fast-reversing. |
OnStopSeek (object, position) |
Called when the video stops fast-forwarding or fast-reversing. |
OnProgress (object, position) |
Called regularly while the video is playing as a heartbeat function. |
OnSeek (object, position) |
Called regularly while the video is fast-forwarding or fast-reversing as a heartbeat function. |
OnBuffer (object, percentage) |
Called regularly while the video is buffering as a heartbeat function. The percentage of buffering completion is returned as the percentage parameter. |