12 m_mainDevice(other.m_mainDevice),
13 m_passthruDevice(other.m_passthruDevice),
14 m_format(other.m_format),
15 m_channels(other.m_channels),
16 m_codec(other.m_codec),
17 m_codecProfile(other.m_codecProfile),
18 m_sampleRate(other.m_sampleRate),
19 m_setInitialVol(other.m_setInitialVol),
20 m_usePassthru(other.m_usePassthru),
21 m_source(other.m_source),
22 m_upmixer(other.m_upmixer),
39 QString passthru_device,
49 m_mainDevice(
std::move(main_device)),
50 m_passthruDevice(
std::move(passthru_device)),
54 m_sampleRate(samplerate),
55 m_setInitialVol(set_initial_vol),
56 m_usePassthru(use_passthru),
58 m_upmixer(upmixer_startup),
84 m_codecProfile(codec_profile),
85 m_sampleRate(samplerate),
86 m_usePassthru(use_passthru),
87 m_upmixer(upmixer_startup),
void TrimDeviceType(void)
void FixPassThrough(void)
AudioOutputSettings * m_custom
custom contains a pointer to the audio device capabilities if defined, AudioOutput will not try to au...
VERBOSE_PREAMBLE Most true