Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::rtcp::header::SdesChunkHeader Class Reference

SDES chunk header. More...

#include <headers.h>

Public Member Functions

void reset ()
 Reset to initial state (all zeros). More...
 
packet::stream_source_t ssrc () const
 Get SSRC. More...
 
void set_ssrc (const packet::stream_source_t s)
 Set SSRC. More...
 

Detailed Description

SDES chunk header.

Part of SDES packet.

RFC 3550 6.5: "SDES: Source Description RTCP packet"

0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| SSRC |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Definition at line 750 of file headers.h.

Member Function Documentation

◆ reset()

void roc::rtcp::header::SdesChunkHeader::reset ( )
inline

Reset to initial state (all zeros).

Definition at line 760 of file headers.h.

◆ set_ssrc()

void roc::rtcp::header::SdesChunkHeader::set_ssrc ( const packet::stream_source_t  s)
inline

Set SSRC.

Definition at line 770 of file headers.h.

◆ ssrc()

packet::stream_source_t roc::rtcp::header::SdesChunkHeader::ssrc ( ) const
inline

Get SSRC.

Definition at line 765 of file headers.h.


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