Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Parameters common for all receiver sessions. More...
#include <config.h>
Public Member Functions | |
ReceiverCommonConfig () | |
Initialize config. More... | |
void | deduce_defaults () |
Fill unset values with defaults. More... | |
Public Attributes | |
audio::SampleSpec | output_sample_spec |
Output sample spec. More... | |
audio::ProfilerConfig | profiler |
Profiler configuration. More... | |
rtp::FilterConfig | rtp_filter |
RTP filter parameters. More... | |
rtcp::Config | rtcp |
RTCP config. More... | |
bool | enable_timing |
Constrain receiver speed using a CPU timer according to the sample rate. More... | |
bool | enable_auto_reclock |
Automatically invoke reclock before returning frames with invocation time. More... | |
bool | enable_profiling |
Profile moving average of frames being written. More... | |
roc::pipeline::ReceiverCommonConfig::ReceiverCommonConfig | ( | ) |
Initialize config.
void roc::pipeline::ReceiverCommonConfig::deduce_defaults | ( | ) |
Fill unset values with defaults.
bool roc::pipeline::ReceiverCommonConfig::enable_auto_reclock |
bool roc::pipeline::ReceiverCommonConfig::enable_profiling |
bool roc::pipeline::ReceiverCommonConfig::enable_timing |
audio::SampleSpec roc::pipeline::ReceiverCommonConfig::output_sample_spec |
audio::ProfilerConfig roc::pipeline::ReceiverCommonConfig::profiler |
rtcp::Config roc::pipeline::ReceiverCommonConfig::rtcp |
rtp::FilterConfig roc::pipeline::ReceiverCommonConfig::rtp_filter |