Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Pipeline config. More...
#include "roc_address/protocol.h"
#include "roc_audio/feedback_monitor.h"
#include "roc_audio/latency_tuner.h"
#include "roc_audio/profiler.h"
#include "roc_audio/resampler_config.h"
#include "roc_audio/sample_spec.h"
#include "roc_audio/watchdog.h"
#include "roc_core/stddefs.h"
#include "roc_core/time.h"
#include "roc_fec/codec_config.h"
#include "roc_fec/reader.h"
#include "roc_fec/writer.h"
#include "roc_packet/units.h"
#include "roc_pipeline/pipeline_loop.h"
#include "roc_rtcp/config.h"
#include "roc_rtp/filter.h"
Go to the source code of this file.
Classes | |
struct | roc::pipeline::SenderSinkConfig |
Parameters of sender sink and sender session. More... | |
struct | roc::pipeline::SenderSlotConfig |
Parameters of sender slot. More... | |
struct | roc::pipeline::ReceiverCommonConfig |
Parameters common for all receiver sessions. More... | |
struct | roc::pipeline::ReceiverSessionConfig |
Parameters of receiver session. More... | |
struct | roc::pipeline::ReceiverSourceConfig |
Parameters of receiver session. More... | |
struct | roc::pipeline::ReceiverSlotConfig |
Parameters of receiver slot. 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... | |
Pipeline config.
Definition in file config.h.