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

See RFC 3550 section 6.7 More...

#include <frame.hh>

Public Attributes

struct rtcp_header header
 
uint32_t ssrc = 0
 
uint8_t name [4] = {0}
 
uint8_t * payload = nullptr
 
size_t payload_len = 0
 Size of the payload in bytes. Added by uvgRTP to help process the payload.
 

Detailed Description

See RFC 3550 section 6.7

Definition at line 168 of file frame.hh.

Member Data Documentation

◆ header

struct rtcp_header uvgrtp::frame::rtcp_app_packet::header

Definition at line 169 of file frame.hh.

◆ name

uint8_t uvgrtp::frame::rtcp_app_packet::name[4] = {0}

Definition at line 171 of file frame.hh.

◆ payload

uint8_t* uvgrtp::frame::rtcp_app_packet::payload = nullptr

Definition at line 172 of file frame.hh.

◆ payload_len

size_t uvgrtp::frame::rtcp_app_packet::payload_len = 0

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

Definition at line 174 of file frame.hh.

◆ ssrc

uint32_t uvgrtp::frame::rtcp_app_packet::ssrc = 0

Definition at line 170 of file frame.hh.


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