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),
37 QString passthru_device,
47 m_mainDevice(
std::move(main_device)),
48 m_passthruDevice(
std::move(passthru_device)),
52 m_sampleRate(samplerate),
53 m_setInitialVol(set_initial_vol),
54 m_usePassthru(use_passthru),
56 m_upmixer(upmixer_startup),
80 m_codecProfile(codec_profile),
81 m_sampleRate(samplerate),
82 m_usePassthru(use_passthru),
83 m_upmixer(upmixer_startup),