AliVCSDK  4.5.1
阿里云音视频SDK,为视频开发者提供一站式接入服务
com.alivc.live.player.annotations.AlivcLivePlayError 枚举类型参考

拉流错误码 更多...

Public 成员函数

 AlivcLivePlayError (int value)
 
int getError ()
 

Public 属性

 AlivcLivePlayErrorStreamNotFound =(1)
 
 AlivcLivePlayErrorStreamStopped =(2)
 

详细描述

拉流错误码

作者
baorunchen
日期
2022/8/5
参见
com.alivc.live.player.AlivcLivePlayInfoListener::onError(AlivcLivePlayError, String)

在文件 AlivcLivePlayError.java13 行定义.

成员函数说明

int com.alivc.live.player.annotations.AlivcLivePlayError.getError ( )

错误码

返回
错误码

在文件 AlivcLivePlayError.java38 行定义.

类成员变量说明

com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorStreamNotFound =(1)

播放URL指定的播放流不存在

在文件 AlivcLivePlayError.java18 行定义.

com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorStreamStopped =(2)

播放URL指定的播放流已停止推流

在文件 AlivcLivePlayError.java23 行定义.