Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::pipeline::TranscoderConfig Struct Reference

Converter parameters. More...

#include <config.h>

Public Attributes

audio::ResamplerBackend resampler_backend
 To specify which resampling backend will be used.
 
audio::ResamplerProfile resampler_profile
 Resampler profile.
 
audio::SampleSpec input_sample_spec
 Input sample spec.
 
audio::SampleSpec output_sample_spec
 Output sample spec.
 
bool enable_profiling
 Profile moving average of frames being written.
 
audio::ProfilerConfig profiler_config
 Profiler configuration.
 

Detailed Description

Converter parameters.

Definition at line 250 of file config.h.

Constructor & Destructor Documentation

◆ TranscoderConfig()

roc::pipeline::TranscoderConfig::TranscoderConfig ( )
inline

Definition at line 269 of file config.h.

Member Data Documentation

◆ enable_profiling

bool roc::pipeline::TranscoderConfig::enable_profiling

Profile moving average of frames being written.

Definition at line 264 of file config.h.

◆ input_sample_spec

audio::SampleSpec roc::pipeline::TranscoderConfig::input_sample_spec

Input sample spec.

Definition at line 258 of file config.h.

◆ output_sample_spec

audio::SampleSpec roc::pipeline::TranscoderConfig::output_sample_spec

Output sample spec.

Definition at line 261 of file config.h.

◆ profiler_config

audio::ProfilerConfig roc::pipeline::TranscoderConfig::profiler_config

Profiler configuration.

Definition at line 267 of file config.h.

◆ resampler_backend

audio::ResamplerBackend roc::pipeline::TranscoderConfig::resampler_backend

To specify which resampling backend will be used.

Definition at line 252 of file config.h.

◆ resampler_profile

audio::ResamplerProfile roc::pipeline::TranscoderConfig::resampler_profile

Resampler profile.

Definition at line 255 of file config.h.


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