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...
 
uint32_t ssrc () const
 Get SSRC. More...
 
void set_ssrc (const uint32_t s)
 Set SSRC. More...
 

Detailed Description

SDES chunk header.

Part of SDES 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 698 of file headers.h.

Member Function Documentation

◆ reset()

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

Reset to initial state (all zeros).

Definition at line 708 of file headers.h.

◆ set_ssrc()

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

Set SSRC.

Definition at line 718 of file headers.h.

◆ ssrc()

uint32_t roc::rtcp::header::SdesChunkHeader::ssrc ( ) const
inline

Get SSRC.

Definition at line 713 of file headers.h.


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