|
Triton Mobile SDK for Android 3.5.1
This is a custom android player made by Triton Digital
|
This example shows how to receive metadata when creating a custom player. More...
Public Member Functions | |
| void | onClick (View v) |
| boolean | onError (MediaPlayer mp, int what, int extra) |
| void | onPrepared (MediaPlayer mp) |
| void | onCuePointReceived (com.tritondigital.player.MediaPlayer sbmPlayer, Bundle cuePoint) |
| void | onStateChanged (com.tritondigital.player.MediaPlayer sbmPlayer, int state) |
Protected Member Functions | |
| void | onCreate (Bundle savedInstanceState) |
| void | onResume () |
| void | onPause () |
| void | onDestroy () |
This example shows how to receive metadata when creating a custom player.
IMPORTANT:
| void com.tritondigital.sdksample.player.SbmPlayerActivity.onCuePointReceived | ( | com.tritondigital.player.MediaPlayer | sbmPlayer, |
| Bundle | cuePoint | ||
| ) |
| void com.tritondigital.sdksample.player.SbmPlayerActivity.onStateChanged | ( | com.tritondigital.player.MediaPlayer | sbmPlayer, |
| int | state | ||
| ) |