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

See RFC 3550 section 6.4.1 More...

#include <frame.hh>

Public Attributes

struct rtcp_header header
 
uint32_t ssrc = 0
 
rtcp_sender_info sender_info
 
rtcp_report_blockreport_blocks
 

Detailed Description

See RFC 3550 section 6.4.1

Definition at line 173 of file frame.hh.

Member Data Documentation

◆ header

struct rtcp_header uvgrtp::frame::rtcp_sr::header

Definition at line 174 of file frame.hh.

◆ report_blocks

rtcp_report_block* uvgrtp::frame::rtcp_sr::report_blocks

Definition at line 177 of file frame.hh.

◆ sender_info

rtcp_sender_info uvgrtp::frame::rtcp_sr::sender_info

Definition at line 176 of file frame.hh.

◆ ssrc

uint32_t uvgrtp::frame::rtcp_sr::ssrc = 0

Definition at line 175 of file frame.hh.


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