Agora C++ API Reference for All Platforms
|
Inherits agora::rtc::rtc_packet_t.
Public Member Functions | |
broadcast_packet_t () | |
![]() | |
rtc_packet_t () | |
virtual | ~rtc_packet_t () |
Public Attributes | |
bool | quit |
bool | rtcp |
bool | need_reliable |
bool | real_quit |
![]() | |
uid_t | uid |
uint32_t | seq |
uint16_t | payload_length |
uint64_t | sent_ts |
uint64_t | recv_ts |
int | link_id |
uint8_t | internal_flags |
std::string | payload |
Additional Inherited Members | |
![]() | |
enum | INTERNAL_FLAG_TYPE { RTC_FLAG_REXFERRED = 0x1, RTC_FLAG_FROM_VOS = 0x2, RTC_FLAG_FROM_P2P = 0x4, RTC_FLAG_FROM_BROADCAST = 0x8, VIDEO_FLAG_TIMESTAMP_SET = 0x10, VIDEO_FLAG_CACHED = 0x20, VIDEO_FLAG_VIDEO3 = 0x40 } |
|
inline |
bool agora::rtc::broadcast_packet_t::quit |
bool agora::rtc::broadcast_packet_t::rtcp |
bool agora::rtc::broadcast_packet_t::need_reliable |
bool agora::rtc::broadcast_packet_t::real_quit |