AlivcLivePusherNetworkDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | AlivcLivePusher.h |
– onNetworkPoor:
required method
网络差回调
- (void)onNetworkPoor:(AlivcLivePusher *)pusher
Parameters
pusher |
---|
Discussion
网络差回调
Declared In
AlivcLivePusher.h
– onConnectFail:error:
required method
推流链接失败
- (void)onConnectFail:(AlivcLivePusher *)pusher error:(AlivcLivePushError *)error
Parameters
pusher |
|
---|---|
error |
error |
Discussion
推流链接失败
Declared In
AlivcLivePusher.h
– onConnectRecovery:
required method
网络恢复
- (void)onConnectRecovery:(AlivcLivePusher *)pusher
Parameters
pusher |
---|
Discussion
网络恢复
Declared In
AlivcLivePusher.h
– onReconnectStart:
required method
重连开始回调
- (void)onReconnectStart:(AlivcLivePusher *)pusher
Parameters
pusher |
---|
Discussion
重连开始回调
Declared In
AlivcLivePusher.h
– onReconnectSuccess:
required method
重连成功回调
- (void)onReconnectSuccess:(AlivcLivePusher *)pusher
Parameters
pusher |
---|
Discussion
重连成功回调
Declared In
AlivcLivePusher.h
– onReconnectError:error:
required method
重连失败回调
- (void)onReconnectError:(AlivcLivePusher *)pusher error:(AlivcLivePushError *)error
Parameters
pusher |
|
---|---|
error |
error |
Discussion
重连失败回调
Declared In
AlivcLivePusher.h
– onSendDataTimeout:
required method
发送数据超时
- (void)onSendDataTimeout:(AlivcLivePusher *)pusher
Parameters
pusher |
---|
Discussion
发送数据超时
Declared In
AlivcLivePusher.h