AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
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)
 
 AlivcLivePlayErrorPlayFailed =(3)
 
 AlivcLivePlayErrorSubscribeAudioStreamFailed =(4)
 
 AlivcLivePlayErrorSubscribeVideoStreamFailed =(5)
 
 AlivcLivePlayErrorSubscribeScreenStreamFailed =(6)
 
 AlivcLivePlayErrorOtherPlayError =(999)
 

Detailed Description

Live play error code.

Author
baorunchen
Date
2022/8/5
Attention
This API is only supported in the interactive mode currently
Note
Corresponds to the callback: com.alivc.live.player.AlivcLivePlayInfoListener#onError(AlivcLivePlayError, String)

Definition at line 14 of file AlivcLivePlayError.java.

Constructor & Destructor Documentation

◆ AlivcLivePlayError()

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

Definition at line 55 of file AlivcLivePlayError.java.

Member Function Documentation

◆ getError()

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

Error code

Returns
error code

Definition at line 64 of file AlivcLivePlayError.java.

Member Data Documentation

◆ AlivcLivePlayErrorOtherPlayError

com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorOtherPlayError =(999)

Other playback errors

Definition at line 49 of file AlivcLivePlayError.java.

◆ AlivcLivePlayErrorPlayFailed

com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorPlayFailed =(3)

stream play failed

Definition at line 29 of file AlivcLivePlayError.java.

◆ AlivcLivePlayErrorStreamNotFound

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

stream not found

Definition at line 19 of file AlivcLivePlayError.java.

◆ AlivcLivePlayErrorStreamStopped

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

stream stopped

Definition at line 24 of file AlivcLivePlayError.java.

◆ AlivcLivePlayErrorSubscribeAudioStreamFailed

com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorSubscribeAudioStreamFailed =(4)

Subscription to audio stream failed

Definition at line 34 of file AlivcLivePlayError.java.

◆ AlivcLivePlayErrorSubscribeScreenStreamFailed

com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorSubscribeScreenStreamFailed =(6)

Subscription screen sharing stream failed

Definition at line 44 of file AlivcLivePlayError.java.

◆ AlivcLivePlayErrorSubscribeVideoStreamFailed

com.alivc.live.player.annotations.AlivcLivePlayError.AlivcLivePlayErrorSubscribeVideoStreamFailed =(5)

Subscription to video stream failed

Definition at line 39 of file AlivcLivePlayError.java.