Man page - rtcpcompoundhandler_recvreport(3)

Packages contains this manual

Manual

RTCPCompoundHandler::RecvReport

NAME
SYNOPSIS
Public Attributes
Detailed Description
Member Data Documentation
RRBlock RTCPCompoundHandler::RecvReport::blocks[1]
uint32 RTCPCompoundHandler::RecvReport::ssrc
Author

NAME

RTCPCompoundHandler::RecvReport - raw structure of the source and every receiver report in an SR or RR RTCP packet.

SYNOPSIS

#include <rtcppkt.h>

Public Attributes

uint32 ssrc
source identifier.
RRBlock blocks
[1]
receiver report blocks.

Detailed Description

raw structure of the source and every receiver report in an SR or RR RTCP packet.

Member Data Documentation

RRBlock RTCPCompoundHandler::RecvReport::blocks[1]

receiver report blocks.

uint32 RTCPCompoundHandler::RecvReport::ssrc

source identifier.

Author

Generated automatically by Doxygen for ccRTP from the source code.