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

Detailed Description

BYE source header.

Part of BYE packet.

RFC 3550 6.6: "BYE: Goodbye 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 902 of file headers.h.

Member Function Documentation

◆ reset()

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

Reset to initial state (all zeros).

Definition at line 912 of file headers.h.

◆ set_ssrc()

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

Set SSRC.

Definition at line 922 of file headers.h.

◆ ssrc()

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

Get SSRC.

Definition at line 917 of file headers.h.


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