Searched refs:_mixHistory (Results 1 – 2 of 2) sorted by relevance
66 : _mixHistory(new MixHistory()) { in MixerParticipant()70 delete _mixHistory; in ~MixerParticipant()74 return _mixHistory->IsMixed(); in IsMixed()547 wasMixed = (*participant)->_mixHistory->WasMixed(); in UpdateToMix()611 replaceWasMixed = it->second->_mixHistory->WasMixed(); in UpdateToMix()770 (*participant)->_mixHistory->SetIsMixed(isMixed); in UpdateMixedStatus()820 participant->_mixHistory->ResetMixedStatus(); in AddParticipantToList()835 participant->_mixHistory->ResetMixedStatus(); in RemoveParticipantFromList()
38 MixHistory* _mixHistory; variable