Agora Java API Reference for Android
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
io.agora.rte.media.stream.AgoraRteStreamingSrcState Enum Reference

Public Member Functions

int getValue ()
 

Static Public Member Functions

static AgoraRteStreamingSrcState valueOf (int v)
 

Public Attributes

 STREAMING_SRC_STATE_CLOSED =(0)
 streaming source still closed, can do nothing
 
 STREAMING_SRC_STATE_OPENING =(1)
 after call open() method and start parsing streaming source
 
 STREAMING_SRC_STATE_IDLE =(2)
 streaming source is ready waiting for play
 
 STREAMING_SRC_STATE_PLAYING =(3)
 after call play() method, playing & pushing the AV data
 
 STREAMING_SRC_STATE_SEEKING =(4)
 after call seek() method, start seeking poisition
 
 STREAMING_SRC_STATE_EOF =(5)
 The position is located at end, can NOT playing.
 
 STREAMING_SRC_STATE_ERROR =(6)
 The error status and can do nothing except close.
 
int value