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

RTCP Feedback Control Information, See RFC 4585 section 6.1. More...

#include <frame.hh>

Public Attributes

union { 
 
   rtcp_fir   fir 
 
   rtcp_sli   sli 
 
   rtcp_rpsi   rpsi 
 
};  
 

Detailed Description

RTCP Feedback Control Information, See RFC 4585 section 6.1.

Definition at line 196 of file frame.hh.

Member Data Documentation

◆ fir

rtcp_fir uvgrtp::frame::rtcp_fb_fci::fir

Definition at line 199 of file frame.hh.

◆ rpsi

rtcp_rpsi uvgrtp::frame::rtcp_fb_fci::rpsi

Definition at line 201 of file frame.hh.

◆ sli

rtcp_sli uvgrtp::frame::rtcp_fb_fci::sli

Definition at line 200 of file frame.hh.


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