uvgRTP 4.0.0
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 for details on RTCP Application Packet. 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
 

Detailed Description

See RFC 3550 section 6.7 for details on RTCP Application Packet.

Definition at line 223 of file frame.hh.

Member Data Documentation

◆ header

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

Definition at line 224 of file frame.hh.

◆ name

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

Definition at line 226 of file frame.hh.

◆ payload

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

Definition at line 227 of file frame.hh.

◆ payload_len

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

Definition at line 229 of file frame.hh.

◆ ssrc

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

Definition at line 225 of file frame.hh.


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