API | Description |
Playback event notification. | |
Playback process network status event callback. |
public void onPlayEvent(final TXVodPlayer player, final int event, final Bundle param)
Parameter Name | Type | Description |
player | TXVodPlayer | Current player object. |
event | int | Player event. |
param | Bundle | Playback event carried parameters, saved in (Key, Value) format, where Key can refer to the event parameters in TXVodConstants. |
public void onNetStatus(final TXVodPlayer player, final Bundle status)
Parameter Name | Type | Description |
player | TXVodPlayer | Current player object. |
status | Bundle | Playback process network status parameters, format: (Key, Value). |
Feedback