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

See RFC 3550 section 6.4.2 for details on the RTCP RR (Receiver Report). More...

#include <frame.hh>

Public Attributes

struct rtcp_header header
 
uint32_t ssrc = 0
 
rtcp_report_blockreport_blocks
 

Detailed Description

See RFC 3550 section 6.4.2 for details on the RTCP RR (Receiver Report).

Definition at line 184 of file frame.hh.

Member Data Documentation

◆ header

struct rtcp_header uvgrtp::frame::rtcp_rr::header

Definition at line 185 of file frame.hh.

◆ report_blocks

rtcp_report_block* uvgrtp::frame::rtcp_rr::report_blocks

Definition at line 187 of file frame.hh.

◆ ssrc

uint32_t uvgrtp::frame::rtcp_rr::ssrc = 0

Definition at line 186 of file frame.hh.


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