Searched refs:IsMixed (Results 1 – 4 of 4) sorted by relevance
32 bool IsMixed() const;
73 bool MixerParticipant::IsMixed() const { in IsMixed() function in webrtc::MixerParticipant74 return _mixHistory->IsMixed(); in IsMixed()84 bool MixHistory::IsMixed() const { in IsMixed() function in webrtc::MixHistory91 return IsMixed(); in WasMixed()
39 bool IsMixed() const;
151 bool is_mixed = participants[i].IsMixed(); in TEST()