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

See RFC 3550 section 6.4.1 More...

#include <frame.hh>

Public Attributes

uint32_t ssrc = 0
 
uint8_t fraction = 0
 
int32_t lost = 0
 
uint32_t last_seq = 0
 
uint32_t jitter = 0
 
uint32_t lsr = 0
 
uint32_t dlsr = 0
 

Detailed Description

See RFC 3550 section 6.4.1

Definition at line 123 of file frame.hh.

Member Data Documentation

◆ dlsr

uint32_t uvgrtp::frame::rtcp_report_block::dlsr = 0

Definition at line 130 of file frame.hh.

◆ fraction

uint8_t uvgrtp::frame::rtcp_report_block::fraction = 0

Definition at line 125 of file frame.hh.

◆ jitter

uint32_t uvgrtp::frame::rtcp_report_block::jitter = 0

Definition at line 128 of file frame.hh.

◆ last_seq

uint32_t uvgrtp::frame::rtcp_report_block::last_seq = 0

Definition at line 127 of file frame.hh.

◆ lost

int32_t uvgrtp::frame::rtcp_report_block::lost = 0

Definition at line 126 of file frame.hh.

◆ lsr

uint32_t uvgrtp::frame::rtcp_report_block::lsr = 0

Definition at line 129 of file frame.hh.

◆ ssrc

uint32_t uvgrtp::frame::rtcp_report_block::ssrc = 0

Definition at line 124 of file frame.hh.


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