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

Converter parameters. More...

#include <config.h>

Collaboration diagram for roc::pipeline::TranscoderConfig:

Public Attributes

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

Detailed Description

Converter parameters.

Definition at line 250 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: