Agora Java API Reference for Android
|
Public Attributes | |
int | START_STREAMING_ERR_OK = 0 |
int | START_STREAMING_ERR_FAILED = 1 |
int | START_STREAMING_ERR_NOT_INITIALIZED = 2 |
int | START_STREAMING_ERR_ALREADY_STARTED = 3 |
int | START_STREAMING_ERR_OPEN_AUDIO_DEVICE = 4 |
int | START_STREAMING_ERR_OPEN_VIDEO_DEVICE = 5 |
int | START_STREAMING_ERR_CONNECT_RTMP = 6 |
int | START_STREAMING_ERR_INVALID_ARGUMENT = 7 |
int io.agora.streaming.StartStreamingError.START_STREAMING_ERR_OK = 0 |
No error occurs.
int io.agora.streaming.StartStreamingError.START_STREAMING_ERR_FAILED = 1 |
A general error occurs (no specified reason).
int io.agora.streaming.StartStreamingError.START_STREAMING_ERR_NOT_INITIALIZED = 2 |
Streaming kit is not initialized.
int io.agora.streaming.StartStreamingError.START_STREAMING_ERR_ALREADY_STARTED = 3 |
Streaming kit is already started.
int io.agora.streaming.StartStreamingError.START_STREAMING_ERR_OPEN_AUDIO_DEVICE = 4 |
Failed to open audio device.
int io.agora.streaming.StartStreamingError.START_STREAMING_ERR_OPEN_VIDEO_DEVICE = 5 |
Failed to open video device.
int io.agora.streaming.StartStreamingError.START_STREAMING_ERR_CONNECT_RTMP = 6 |
Failed to connect RTMP.
int io.agora.streaming.StartStreamingError.START_STREAMING_ERR_INVALID_ARGUMENT = 7 |
Invalid argument used.