The VOD callback notification.
◆ TXVodPlayListener-p
protocol TXVodPlayListener-p |
◆ onNetStatus:withParam:()
- (void) onNetStatus: |
|
(TXVodPlayer *) |
player |
withParam: |
|
(NSDictionary *) |
param |
|
|
| |
Network status notification.
- Parameters
-
player | The VOD object |
param | The notification content in (key,value) format. For more information, see TXLiveSDKTypeDef.h |
◆ onPlayer:pictureInPictureErrorDidOccur:withParam:()
The callback for PiP status.
◆ onPlayer:pictureInPictureStateDidChange:withParam:()
The callback for PiP status.
◆ onPlayEvent:event:withParam:()
- (void) onPlayEvent: |
|
(TXVodPlayer *) |
player |
event: |
|
(int) |
EvtID |
withParam: |
|
(NSDictionary *) |
param |
|
|
| |
The VOD event notification.
- Parameters
-
player | The VOD object |
event | The event ID. For more information, see TXLiveSDKTypeDef.h |
param | The event parameters in (key,value) format. For more information, see TXLiveSDKTypeDef.h |