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

See RFC 3550 section 6.5 More...

#include <frame.hh>

Public Attributes

uint8_t type = 0
 
uint8_t length = 0
 
uint8_t * data = nullptr
 

Detailed Description

See RFC 3550 section 6.5

Definition at line 149 of file frame.hh.

Member Data Documentation

◆ data

uint8_t* uvgrtp::frame::rtcp_sdes_item::data = nullptr

Definition at line 152 of file frame.hh.

◆ length

uint8_t uvgrtp::frame::rtcp_sdes_item::length = 0

Definition at line 151 of file frame.hh.

◆ type

uint8_t uvgrtp::frame::rtcp_sdes_item::type = 0

Definition at line 150 of file frame.hh.


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