Agora Server Gateway SDK C++ API Reference
Classes | Namespaces | Enumerations
NGIAgoraRtmpConnection.h File Reference
#include "AgoraBase.h"
#include "AgoraRefPtr.h"

Go to the source code of this file.

Classes

struct  agora::rtc::RtmpStreamingAudioConfiguration
 
struct  agora::rtc::RtmpStreamingVideoConfiguration
 
struct  agora::rtc::RtmpConnectionConfiguration
 
struct  agora::rtc::RtmpConnectionInfo
 
class  agora::rtc::IRtmpConnectionObserver
 
class  agora::rtc::IRtmpConnection
 

Namespaces

namespace  agora
 
namespace  agora::rtc
 

Enumerations

enum  agora::rtc::RTMP_CONNECTION_ERROR { agora::rtc::RTMP_CONNECTION_ERR_OK = 0 , agora::rtc::RTMP_CONNECTION_ERR_FAILED = 1 , agora::rtc::RTMP_CONNECTION_ERR_INVALID_URL = 2 , agora::rtc::RTMP_CONNECTION_ERR_BAD_NAME = 3 }
 
enum  agora::rtc::RTMP_CONNECTION_STATE {
  agora::rtc::STATE_DISCONNECTED = 1 , agora::rtc::STATE_CONNECTING = 2 , agora::rtc::STATE_CONNECTED = 3 , agora::rtc::STATE_RECONNECTING = 4 ,
  agora::rtc::STATE_FAILED = 5 , agora::rtc::STATE_RECONNECTED = 6
}