|
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. | |
| void | deduce_defaults () |
| Fill unset values with defaults. | |
Public Attributes | |
| audio::SampleSpec | output_sample_spec |
| Output sample spec. | |
| audio::ProfilerConfig | profiler |
| Profiler configuration. | |
| rtp::FilterConfig | rtp_filter |
| RTP filter parameters. | |
| rtcp::Config | rtcp |
| RTCP config. | |
| bool | enable_timing |
| Constrain receiver speed using a CPU timer according to the sample rate. | |
| bool | enable_auto_reclock |
| Automatically invoke reclock before returning frames with invocation time. | |
| bool | enable_profiling |
| Profile moving average of frames being written. | |
| 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 |