The VOD callback notification.
◆ com::tencent::rtmp::ITXVodPlayListener
interface com::tencent::rtmp::ITXVodPlayListener |
◆ onNetStatus()
void onNetStatus |
( |
final TXVodPlayer |
player, |
|
|
final Bundle |
status |
|
) |
| |
Network status notification.
- Parameters
-
◆ onPlayEvent()
void onPlayEvent |
( |
final TXVodPlayer |
player, |
|
|
final int |
event, |
|
|
final Bundle |
param |
|
) |
| |
The VOD event notification.
- Parameters
-
player | The VOD object |
event | The event ID. For more information, com.tencent.rtmp.TXVodConstants. |
param | The event parameters in (key,value) format. For more information, seecom.tencent.rtmp.TXVodConstants . |