Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
config.h File Reference

Pipeline config. More...

Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  roc::pipeline::TaskConfig
 Task processing parameters. More...
 
struct  roc::pipeline::SenderConfig
 Sender parameters. More...
 
struct  roc::pipeline::ReceiverSessionConfig
 Receiver session parameters. More...
 
struct  roc::pipeline::ReceiverCommonConfig
 Receiver common parameters. More...
 
struct  roc::pipeline::ReceiverConfig
 Receiver parameters. More...
 
struct  roc::pipeline::TranscoderConfig
 Converter parameters. More...
 

Namespaces

 roc
 Root namespace.
 
 roc::pipeline
 Sender and receiver processing pipelines.
 

Variables

const size_t roc::pipeline::DefaultSampleRate = 44100
 Default sample rate, number of samples per second. More...
 
const core::nanoseconds_t roc::pipeline::DefaultPacketLength = 5 * core::Millisecond
 Default packet length. More...
 
const core::nanoseconds_t roc::pipeline::DefaultLatency = 200 * core::Millisecond
 Default latency. More...
 

Detailed Description

Pipeline config.

Definition in file config.h.