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

Feedback message. See RFC 4585 section 6.1. More...

#include <frame.hh>

Public Attributes

struct rtcp_header header
 
uint32_t sender_ssrc = 0
 
uint32_t media_ssrc = 0
 
std::vector< rtcp_fb_fciitems
 
size_t payload_len = 0
 Size of the payload in bytes. Added by uvgRTP to help process the payload.
 

Detailed Description

Feedback message. See RFC 4585 section 6.1.

Definition at line 206 of file frame.hh.

Member Data Documentation

◆ header

struct rtcp_header uvgrtp::frame::rtcp_fb_packet::header

Definition at line 207 of file frame.hh.

◆ items

std::vector<rtcp_fb_fci> uvgrtp::frame::rtcp_fb_packet::items

Definition at line 210 of file frame.hh.

◆ media_ssrc

uint32_t uvgrtp::frame::rtcp_fb_packet::media_ssrc = 0

Definition at line 209 of file frame.hh.

◆ payload_len

size_t uvgrtp::frame::rtcp_fb_packet::payload_len = 0

Size of the payload in bytes. Added by uvgRTP to help process the payload.

Definition at line 212 of file frame.hh.

◆ sender_ssrc

uint32_t uvgrtp::frame::rtcp_fb_packet::sender_ssrc = 0

Definition at line 208 of file frame.hh.


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