uvgRTP 4.0.0
An open-source library for RTP/SRTP media delivery
Loading...
Searching...
No Matches
uvgrtp::frame::rtcp_receiver_report Struct Reference

See RFC 3550 section 6.4.2 More...

#include <frame.hh>

Public Attributes

struct rtcp_header header
 
uint32_t ssrc = 0
 
std::vector< rtcp_report_blockreport_blocks
 

Detailed Description

See RFC 3550 section 6.4.2

This structure represents the RTCP Receiver Report, which provides feedback on the quality of reception of RTP packets.

Definition at line 340 of file frame.hh.

Member Data Documentation

◆ header

struct rtcp_header uvgrtp::frame::rtcp_receiver_report::header

Definition at line 341 of file frame.hh.

◆ report_blocks

std::vector<rtcp_report_block> uvgrtp::frame::rtcp_receiver_report::report_blocks

Definition at line 343 of file frame.hh.

◆ ssrc

uint32_t uvgrtp::frame::rtcp_receiver_report::ssrc = 0

Definition at line 342 of file frame.hh.


The documentation for this struct was generated from the following file: