Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::packet::RTCP Struct Reference

RTCP compound packet. More...

#include <rtcp.h>

Collaboration diagram for roc::packet::RTCP:

Public Member Functions

 RTCP ()
 Construct zero RTCP packet. More...
 

Public Attributes

core::Slice< uint8_t > payload
 Packet payload containing RTCP compound packet. RTCP does not contain any pre-parsed fields. Use rtcp::Traverser and rtcp::Builder to work with payload. More...
 

Detailed Description

RTCP compound packet.

Definition at line 22 of file rtcp.h.

Constructor & Destructor Documentation

◆ RTCP()

roc::packet::RTCP::RTCP ( )

Construct zero RTCP packet.

Member Data Documentation

◆ payload

core::Slice<uint8_t> roc::packet::RTCP::payload

Packet payload containing RTCP compound packet. RTCP does not contain any pre-parsed fields. Use rtcp::Traverser and rtcp::Builder to work with payload.

Definition at line 26 of file rtcp.h.


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