public static interface VideoPlayer.OnVideoPlayerListener
Modifier and Type | Method and Description |
---|---|
void |
onAddToList(JSONObject enqueuedItem) |
void |
onApplicationResume() |
void |
onApplicationSuspend() |
void |
onBufferingComplete() |
void |
onBufferingProgress(int progress) |
void |
onBufferingStart() |
void |
onClearList() |
void |
onControlStatus(int volLevel,
Boolean muteStatus,
Player.RepeatMode repeatStatus) |
void |
onCurrentPlaying(JSONObject currentItem,
String playerType) |
void |
onCurrentPlayTime(int progress) |
void |
onError(Error error) |
void |
onForward() |
void |
onGetList(JSONArray queueList) |
void |
onMute() |
void |
onNext() |
void |
onPause() |
void |
onPlay() |
void |
onPlayerChange(String playerType) |
void |
onPlayerInitialized() |
void |
onPrevious() |
void |
onRemoveFromList(JSONObject dequeuedItem) |
void |
onRepeat(Player.RepeatMode mode) |
void |
onRewind() |
void |
onStop() |
void |
onStreamCompleted() |
void |
onStreamingStarted(int duration) |
void |
onUnMute() |
void |
onVolumeChange(int level) |
void onBufferingStart()
void onBufferingComplete()
void onBufferingProgress(int progress)
void onCurrentPlayTime(int progress)
void onStreamingStarted(int duration)
void onStreamCompleted()
void onPlayerInitialized()
void onPlayerChange(String playerType)
void onPlay()
void onPause()
void onStop()
void onForward()
void onRewind()
void onMute()
void onUnMute()
void onNext()
void onPrevious()
void onControlStatus(int volLevel, Boolean muteStatus, Player.RepeatMode repeatStatus)
void onVolumeChange(int level)
void onAddToList(JSONObject enqueuedItem)
void onRemoveFromList(JSONObject dequeuedItem)
void onClearList()
void onGetList(JSONArray queueList)
void onRepeat(Player.RepeatMode mode)
void onCurrentPlaying(JSONObject currentItem, String playerType)
void onApplicationResume()
void onApplicationSuspend()
void onError(Error error)