|
Triton Mobile SDK for Android
|
Callback for receiving CuePoint. More...
Public Member Functions | |
| void | onCuePointReceived (MediaPlayer player, Bundle cuePoint) |
| Called when a player has received a cue point. More... | |
Callback for receiving CuePoint.
| void com.tritondigital.player.MediaPlayer.OnCuePointReceivedListener.onCuePointReceived | ( | MediaPlayer | player, |
| Bundle | cuePoint | ||
| ) |
Called when a player has received a cue point.
| player | Source where this event comes from |
| cuePoint | Received CuePoint |