Live play error code. More...
Public Member Functions | |
AlivcLivePlayError (int value) | |
int | getError () |
Live play error code.
com.alivc.live.player.AlivcLivePlayInfoListener#onError(AlivcLivePlayError, String)
Definition at line 14 of file AlivcLivePlayError.java.
com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayError | ( | int | value | ) |
Definition at line 55 of file AlivcLivePlayError.java.
int com.alivc.live.player.annotations.AlivcLivePlayError.getError | ( | ) |
com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorOtherPlayError =(999) |
Other playback errors
Definition at line 49 of file AlivcLivePlayError.java.
com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorPlayFailed =(3) |
stream play failed
Definition at line 29 of file AlivcLivePlayError.java.
com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorStreamNotFound =(1) |
stream not found
Definition at line 19 of file AlivcLivePlayError.java.
com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorStreamStopped =(2) |
stream stopped
Definition at line 24 of file AlivcLivePlayError.java.
com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorSubscribeAudioStreamFailed =(4) |
Subscription to audio stream failed
Definition at line 34 of file AlivcLivePlayError.java.
com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorSubscribeScreenStreamFailed =(6) |
Subscription screen sharing stream failed
Definition at line 44 of file AlivcLivePlayError.java.
com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorSubscribeVideoStreamFailed =(5) |
Subscription to video stream failed
Definition at line 39 of file AlivcLivePlayError.java.