萤石播放器delegate方法 更多...
#import <EZPlayer.h>
Instance Methods | |
(void) | - player:didPlayFailed: |
(void) | - player:didReceivedMessage: |
(void) | - player:didReceivedDataLength: |
(void) | - player:didReceivedDisplayHeight:displayWidth: |
萤石播放器delegate方法
|
optional |
播放器播放失败错误回调
player | 播放器对象 |
error | 播放器错误 |
|
optional |
收到的数据长度(每秒调用一次)
player | 播放器对象 |
dataLength | 播放器流媒体数据的长度(每秒字节数) |
|
optional |
收到的画面长宽值
player | 播放器对象 |
height | 高度 |
width | 宽度 |
|
optional |
播放器消息回调
player | 播放器对象 |
messageCode | 播放器消息码,请对照EZOpenSDK头文件中的EZMessageCode使用 |