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 RTP packet. More...
 

Public Attributes

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

Detailed Description

RTCP compound packet.

Definition at line 22 of file rtcp.h.

Constructor & Destructor Documentation

◆ RTCP()

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

Construct zero RTP packet.

Member Data Documentation

◆ data

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

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

Definition at line 26 of file rtcp.h.


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