AliVCSDK  6.0.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
com.alivc.live.player.annotations.AlivcLivePlayError Enum Reference

Live play error code. More...

Public Member Functions

 AlivcLivePlayError (int value)
 
int getError ()
 

Public Attributes

 AlivcLivePlayErrorStreamNotFound =(1)
 
 AlivcLivePlayErrorStreamStopped =(2)
 

Detailed Description

Live play error code.

Author
baorunchen
Date
2022/8/5
See also
com.alivc.live.player.AlivcLivePlayInfoListener::onError(AlivcLivePlayError, String)

Definition at line 13 of file AlivcLivePlayError.java.

Member Function Documentation

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

Error code

Returns
error code

Definition at line 38 of file AlivcLivePlayError.java.

Member Data Documentation

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

stream not found

Definition at line 18 of file AlivcLivePlayError.java.

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

stream stopped

Definition at line 23 of file AlivcLivePlayError.java.