Callback for receiving the CuePoint history.
More...
Callback for receiving the CuePoint history.
◆ onCuePointHistoryFailed()
| void com.tritondigital.player.CuePointHistory.CuePointHistoryListener.onCuePointHistoryFailed |
( |
CuePointHistory |
src, |
|
|
int |
errorCode |
|
) |
| |
Called when the CuePoint history has failed.
- Parameters
-
| src | Source where this event comes from |
| errorCode | Error code |
◆ onCuePointHistoryReceived()
| void com.tritondigital.player.CuePointHistory.CuePointHistoryListener.onCuePointHistoryReceived |
( |
CuePointHistory |
src, |
|
|
List< Bundle > |
cuePoints |
|
) |
| |
Called when the CuePoint history has been received.
- Parameters
-
| src | Source where this event comes from |
| cuePoints | Cue points |