Agora Java API Reference for Android
|
Public Member Functions | |
int | getValue () |
Static Public Member Functions | |
static AgoraRteStreamStateChangedReason | valueOf (int v) |
Public Attributes | |
CHANGED_REASON_PUBLISHED =(1) | |
CHANGED_REASON_UNPUBLISHED =(2) | |
CHANGED_REASON_SUBSCRIBED =(3) | |
CHANGED_REASON_UNSUBSCRIBED =(4) | |
io.agora.rte.media.stream.AgoraRteStreamStateChangedReason.CHANGED_REASON_PUBLISHED =(1) |
1: The stream is published to network.
io.agora.rte.media.stream.AgoraRteStreamStateChangedReason.CHANGED_REASON_UNPUBLISHED =(2) |
2: The stream is unpublished.
io.agora.rte.media.stream.AgoraRteStreamStateChangedReason.CHANGED_REASON_SUBSCRIBED =(3) |
3: The stream is subscribed and we have received data from the stream.
io.agora.rte.media.stream.AgoraRteStreamStateChangedReason.CHANGED_REASON_UNSUBSCRIBED =(4) |
4: The stream is unsubscribed.