RTCPCompoundHandler::SendReport - Struct for SR (sender report) RTCP packets.
Contents
Detailed Description
Struct for SR (sender report) RTCP packets.
Member Data Documentation
RRBlockRTCPCompoundHandler::SendReport::blocks[1]
possibly several receiver info blocks.
SenderInfoRTCPCompoundHandler::SendReport::sinfo
actual sender info.
uint32RTCPCompoundHandler::SendReport::ssrc
source identifier.
Name
RTCPCompoundHandler::SendReport - Struct for SR (sender report) RTCP packets.
Synopsis
#include <rtcppkt.h>
PublicAttributes
uint32 ssrc
source identifier.
SenderInfosinfo
actual sender info.
RRBlockblocks [1]
possibly several receiver info blocks.
