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

BYE source 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

BYE source header.

Part of BYE 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 849 of file headers.h.

Member Function Documentation

◆ reset()

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

Reset to initial state (all zeros).

Definition at line 859 of file headers.h.

◆ set_ssrc()

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

Set SSRC.

Definition at line 869 of file headers.h.

◆ ssrc()

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

Get SSRC.

Definition at line 864 of file headers.h.


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