Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::pipeline::ReceiverSlotConfig Struct Reference

Parameters of receiver slot. More...

#include <config.h>

Public Member Functions

 ReceiverSlotConfig ()
 Initialize config. More...
 
void deduce_defaults ()
 Fill unset values with defaults. More...
 

Public Attributes

bool enable_routing
 Enable routing packets to multiple sessions within slot. More...
 

Detailed Description

Parameters of receiver slot.

Definition at line 202 of file config.h.

Constructor & Destructor Documentation

◆ ReceiverSlotConfig()

roc::pipeline::ReceiverSlotConfig::ReceiverSlotConfig ( )

Initialize config.

Member Function Documentation

◆ deduce_defaults()

void roc::pipeline::ReceiverSlotConfig::deduce_defaults ( )

Fill unset values with defaults.

Member Data Documentation

◆ enable_routing

bool roc::pipeline::ReceiverSlotConfig::enable_routing

Enable routing packets to multiple sessions within slot.

Definition at line 204 of file config.h.


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