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

Receiver common parameters. More...

#include <config.h>

Collaboration diagram for roc::pipeline::ReceiverCommonConfig:

Public Attributes

audio::SampleSpec output_sample_spec
 Output sample spec. 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...
 
audio::ProfilerConfig profiler_config
 Profiler configuration. More...
 
bool enable_beeping
 Insert weird beeps instead of silence on packet loss. More...
 

Detailed Description

Receiver common parameters.

Remarks
Defines receiver parameters common for all sessions.

Definition at line 209 of file config.h.

Member Data Documentation

◆ enable_auto_reclock

bool roc::pipeline::ReceiverCommonConfig::enable_auto_reclock

Automatically invoke reclock before returning frames with invocation time.

Definition at line 217 of file config.h.

◆ enable_beeping

bool roc::pipeline::ReceiverCommonConfig::enable_beeping

Insert weird beeps instead of silence on packet loss.

Definition at line 226 of file config.h.

◆ enable_profiling

bool roc::pipeline::ReceiverCommonConfig::enable_profiling

Profile moving average of frames being written.

Definition at line 220 of file config.h.

◆ enable_timing

bool roc::pipeline::ReceiverCommonConfig::enable_timing

Constrain receiver speed using a CPU timer according to the sample rate.

Definition at line 214 of file config.h.

◆ output_sample_spec

audio::SampleSpec roc::pipeline::ReceiverCommonConfig::output_sample_spec

Output sample spec.

Definition at line 211 of file config.h.

◆ profiler_config

audio::ProfilerConfig roc::pipeline::ReceiverCommonConfig::profiler_config

Profiler configuration.

Definition at line 223 of file config.h.


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