AlivcLivePusherNetworkDelegate Protocol Reference

Conforms to NSObject
Declared in AlivcLivePusher.h

– onNetworkPoor: required method

网络差回调

- (void)onNetworkPoor:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Declared In

AlivcLivePusher.h

– onConnectFail:error: required method

推流链接失败

- (void)onConnectFail:(AlivcLivePusher *)pusher error:(AlivcLivePushError *)error

Parameters

pusher

推流AlivcLivePusher

error

error

Declared In

AlivcLivePusher.h

– onConnectRecovery: required method

网络恢复

- (void)onConnectRecovery:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Declared In

AlivcLivePusher.h

– onReconnectStart: required method

重连开始回调

- (void)onReconnectStart:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Declared In

AlivcLivePusher.h

– onReconnectSuccess: required method

重连成功回调

- (void)onReconnectSuccess:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Declared In

AlivcLivePusher.h

– onReconnectError:error: required method

重连失败回调

- (void)onReconnectError:(AlivcLivePusher *)pusher error:(AlivcLivePushError *)error

Parameters

pusher

推流AlivcLivePusher

error

error

Declared In

AlivcLivePusher.h

– onSendDataTimeout: required method

发送数据超时

- (void)onSendDataTimeout:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Declared In

AlivcLivePusher.h