AlivcLivePusherBGMDelegate Protocol Reference

Conforms to NSObject
Declared in AlivcLivePusher.h

– onStarted: required method

背景音乐开始播放

- (void)onStarted:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Discussion

背景音乐开始播放

Declared In

AlivcLivePusher.h

– onStoped: required method

背景音乐停止播放

- (void)onStoped:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Discussion

背景音乐停止播放

Declared In

AlivcLivePusher.h

– onPaused: required method

背景音乐暂停播放

- (void)onPaused:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Discussion

背景音乐暂停播放

Declared In

AlivcLivePusher.h

– onResumed: required method

背景音乐恢复播放

- (void)onResumed:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Discussion

背景音乐恢复播放

Declared In

AlivcLivePusher.h

– onProgress:progress:duration: required method

背景音乐当前播放进度

- (void)onProgress:(AlivcLivePusher *)pusher progress:(long)progress duration:(long)duration

Parameters

pusher

推流AlivcLivePusher

progress

播放时长

duration

总时长

Discussion

背景音乐当前播放进度

Declared In

AlivcLivePusher.h

– onCompleted: required method

背景音乐播放完毕

- (void)onCompleted:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Discussion

背景音乐播放完毕

Declared In

AlivcLivePusher.h

– onOpenFailed: required method

背景音乐开启失败

- (void)onOpenFailed:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Discussion

背景音乐开启失败

Declared In

AlivcLivePusher.h

– onDownloadTimeout: required method

背景音乐下载播放超时

- (void)onDownloadTimeout:(AlivcLivePusher *)pusher

Parameters

pusher

推流AlivcLivePusher

Discussion

背景音乐下载播放超时

Declared In

AlivcLivePusher.h