im.zego.zegoexpress.constants.ZegoPlayerState
Playing stream status.
Declared in
constants/ZegoPlayerState.java
Public-Attrib Lists
Public-Func Lists
Public-Static-Func Lists
Public-Attrib Docs
NO_PLAY
public NO_PLAY
()
Initial: NO_PLAY =(0)
The state of the flow is not played, and it is in this state before the stream is played.
PLAY_REQUESTING
public PLAY_REQUESTING
()
Initial: PLAY_REQUESTING =(1)
The state that the stream is being requested for playing.
PLAYING
public PLAYING
()
Initial: PLAYING =(2)
The state that the stream is being playing, entering the state indicates that the stream has been successfully played, and the user can communicate normally.
Public-Func Docs
value
public int value
()
Public-Static-Func Docs
getZegoPlayerState
public ZegoPlayerState getZegoPlayerState
(int
value)