Red5Pro Android Client SDK

 10.0.0
Core SDK for Android
com.red5pro.streaming.event.R5ConnectionListener Interface Reference

Public Member Functions

void onConnectionEvent (R5ConnectionEvent event)
 

Member Function Documentation

◆ onConnectionEvent()

void com.red5pro.streaming.event.R5ConnectionListener.onConnectionEvent ( R5ConnectionEvent  event)
Parameters
eventEvent to be received.
Event Type Event Message
CONNECTED null
DISCONNECTED null
ERROR string message describing error
TIMEOUT null
CLOSE null
START_STREAMING null
STOP_STREAMING null
NET_STATUS "NetStream.Play.PublishNotify" - publisher started
"NetStream.Play.UnpublishNotify" - publisher stopped
"NetStream.Play.StreamDry" - Keep Alive while no publisher publishing
"NetStream.Play.InSufficientBW.Audio" - subscriber does not have enough bandwidth to accept audio in stream
"NetStream.Play.InSufficientBW.Video" - subscriber does not have enough bandwidth to accept video in stream
"NetStream.Play.SufficientBW.Audio" - subscriber has regained enough bandwidth to consume audio
"NetStream.Play.SufficientBW.Video" - subscriber has regained enough bandwidth to consume video
AUDIO_MUTE null
AUDIO_UNMUTE null
VIDEO_MUTE null
VIDEO_UNMUTE null
LICENSE_ERROR null
LICENSE_VALID null
BUFFER_FLUSH_START null
BUFFER_FLUSH_EMPTY null
VIDEO_RENDER_START null

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