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

See RFC 3550 section 6.5 for details on RTCP SDES Chunk. More...

#include <frame.hh>

Public Attributes

uint32_t ssrc = 0
 
rtcp_sdes_itemitems = nullptr
 
size_t item_count = 0
 

Detailed Description

See RFC 3550 section 6.5 for details on RTCP SDES Chunk.

Definition at line 204 of file frame.hh.

Member Data Documentation

◆ item_count

size_t uvgrtp::frame::rtcp_sdes_ck::item_count = 0

Definition at line 207 of file frame.hh.

◆ items

rtcp_sdes_item* uvgrtp::frame::rtcp_sdes_ck::items = nullptr

Definition at line 206 of file frame.hh.

◆ ssrc

uint32_t uvgrtp::frame::rtcp_sdes_ck::ssrc = 0

Definition at line 205 of file frame.hh.


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