uvgRTP 2.3.0
An open-source library for RTP/SRTP media delivery
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 151 of file frame.hh.

Member Data Documentation

◆ header

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

Definition at line 152 of file frame.hh.

◆ name

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

Definition at line 154 of file frame.hh.

◆ payload

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

Definition at line 155 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 157 of file frame.hh.

◆ ssrc

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

Definition at line 153 of file frame.hh.


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