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_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 139 of file frame.hh.

Member Data Documentation

◆ items

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

Definition at line 141 of file frame.hh.

◆ ssrc

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

Definition at line 140 of file frame.hh.


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