Home
last modified time | relevance | path

Searched refs:getOggDynamicUpdate (Results 1 – 6 of 6) sorted by relevance

/dports/audio/mixxx/mixxx-2.3.0/src/preferences/
H A Dbroadcastprofile.cpp165 && getOggDynamicUpdate() == other->getOggDynamicUpdate()) { in valuesEquals()
217 other->setOggDynamicUpdate(this->getOggDynamicUpdate()); in copyValuesTo()
772 bool BroadcastProfile::getOggDynamicUpdate() const { in getOggDynamicUpdate() function in BroadcastProfile
H A Dbroadcastprofile.h134 bool getOggDynamicUpdate() const; in Q_DECLARE_METATYPE()
H A Dbroadcastsettings_legacy.cpp120 profile->getOggDynamicUpdate())); in loadLegacySettings()
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dbroadcastprofile_test.cpp202 ASSERT_EQ(profile.getOggDynamicUpdate(), oggDynamicUpdate); in TEST()
/dports/audio/mixxx/mixxx-2.3.0/src/preferences/dialog/
H A Ddlgprefbroadcast.cpp506 ogg_dynamicupdate->setChecked(profile->getOggDynamicUpdate()); in getValuesFromProfile()
/dports/audio/mixxx/mixxx-2.3.0/src/engine/sidechain/
H A Dshoutconnection.cpp266 m_ogg_dynamic_update = m_pProfile->getOggDynamicUpdate(); in updateFromPreferences()