|
Agora RTC Objective-C API Reference
Refactor
|
Go to the source code of this file.
Data Structures | |
| struct | RtmpStreamingAudioConfiguration |
| struct | RtmpStreamingVideoConfiguration |
| struct | RtmpConnectionConfiguration |
| struct | RtmpConnectionInfo |
| class | IRtmpConnectionObserver |
| class | IRtmpConnection |
Namespaces | |
| agora | |
| agora::rtc | |
Enumerations | |
| enum | RTMP_CONNECTION_ERROR { RTMP_CONNECTION_ERR_OK = 0, RTMP_CONNECTION_ERR_FAILED = 1, RTMP_CONNECTION_ERR_INVALID_URL = 2, RTMP_CONNECTION_ERR_BAD_NAME = 3 } |
| enum | RTMP_CONNECTION_STATE { STATE_DISCONNECTED = 1, STATE_CONNECTING = 2, STATE_CONNECTED = 3, STATE_RECONNECTING = 4, STATE_FAILED = 5, STATE_RECONNECTED = 6 } |