Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::rtcp Namespace Reference

RTCP protocol support. More...

Classes

class  Builder
 RTCP compound packet builder. More...
 
class  ByeTraverser
 BYE packet traverer. More...
 
class  Composer
 RTCP packet composer. More...
 
class  IReceiverHooks
 Receiver hooks interface. More...
 
class  ISenderHooks
 Sender hooks interface. More...
 
struct  SendingMetrics
 Metrics sent from sender to receiver. More...
 
struct  ReceptionMetrics
 Metrics sent from receiver to sender per source. More...
 
struct  LinkMetrics
 Metrics for network link. Calculated independently on both sender and receiver. More...
 
class  Parser
 RTCP packet parser. More...
 
struct  SdesChunk
 Parsed SDES chunk. More...
 
struct  SdesItem
 Parsed SDES item. More...
 
class  SdesTraverser
 SDES packet traverer. More...
 
class  Session
 RTCP session. Processes incoming RTCP packets and generates outgoing RTCP packets. More...
 
class  Traverser
 RTCP compound packet traverser. More...
 
class  XrTraverser
 XR packet traverser. More...
 

Functions

void print_packet (const core::Slice< uint8_t > &data)
 Print RTCP compund packet. More...
 

Detailed Description

RTCP protocol support.

Function Documentation

◆ print_packet()

void roc::rtcp::print_packet ( const core::Slice< uint8_t > &  data)

Print RTCP compund packet.