Red5Pro Android Client SDK

 10.0.0
Core SDK for Android
com.red5pro.streaming.event.R5ConnectionEvent Enum Reference

Public Member Functions

 R5ConnectionEvent (int eventCode)
 
int value ()
 

Static Public Member Functions

static R5ConnectionEvent getEventFromCode (int eventCode)
 

Public Attributes

 CONNECTED =(0)
 A connection with the server has been established. Streaming has not started yet.
 
 DISCONNECTED =(1)
 The connection with the server has been lost.
 
 ERROR =(2)
 There was an error with the connection.
 
 TIMEOUT =(3)
 The connection has failed due to timeout.
 
 CLOSE =(4)
 The connection is fully closed. Wait for this before releasing assets.
 
 START_STREAMING =(5)
 Streaming content has begun as a publisher or subscriber.
 
 STOP_STREAMING =(6)
 Streaming content has stopped.
 
 NET_STATUS =(7)
 A netstatus event has been received from the server.
 
 AUDIO_MUTE =(8)
 An audio mute event from the publisher is received.
 
 AUDIO_UNMUTE =(9)
 A audio unmute event from the publisher is received.
 
 VIDEO_MUTE =(10)
 A video mute event from the publisher is received.
 
 VIDEO_UNMUTE =(11)
 A video unmute event from the publisher is received.
 
 LICENSE_ERROR =(12)
 An error in validating the SDK license.
 
 LICENSE_VALID =(13)
 The license key provided for the SDK is deemed valid.
 
 BUFFER_FLUSH_START =(14)
 Publisher has started flushing queued packets post-broadcast.
 
 BUFFER_FLUSH_EMPTY =(15)
 Publisher has completed flushing queued packets post-broadcast.
 
 VIDEO_RENDER_START =(16)
 Subscriber has rendered first video frame.
 
 ABR_LEVEL_CHANGED =(17)
 ABR Publisher has changed broadcast level.
 
 SRTP_KEY_GEN_ERROR =(18)
 There was a problem generating a key on this device.
 
 SRTP_KEY_HANDLE_ERROR =(19)
 There was a problem in the key exchange with the server.
 
String message = ""
 

Protected Attributes

int eventCode = 0
 

The documentation for this enum was generated from the following file: