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

See RFC 3550 section 6.5 More...

#include <frame.hh>

Public Attributes

uint32_t ssrc = 0
 
std::vector< rtcp_sdes_itemitems
 

Detailed Description

See RFC 3550 section 6.5

Definition at line 156 of file frame.hh.

Member Data Documentation

◆ items

std::vector<rtcp_sdes_item> uvgrtp::frame::rtcp_sdes_chunk::items

Definition at line 158 of file frame.hh.

◆ ssrc

uint32_t uvgrtp::frame::rtcp_sdes_chunk::ssrc = 0

Definition at line 157 of file frame.hh.


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