Searched refs:MixerParticipantList (Results 1 – 2 of 2) sorted by relevance
29 typedef std::list<MixerParticipant*> MixerParticipantList; typedef106 const MixerParticipantList& mixList) const;126 const MixerParticipantList& participantList) const;132 MixerParticipantList* participantList) const;135 MixerParticipantList* participantList) const;167 MixerParticipantList _participantList; // May be mixed.169 MixerParticipantList _additionalParticipantList;
509 const MixerParticipantList& mixList) const { in GetLowestMixingFrequencyFromList()511 for (MixerParticipantList::const_iterator iter = mixList.begin(); in GetLowestMixingFrequencyFromList()536 for (MixerParticipantList::const_iterator participant = in UpdateToMix()716 MixerParticipantList additionalParticipantList; in GetAdditionalAudio()721 for (MixerParticipantList::const_iterator participant = in GetAdditionalAudio()756 for (MixerParticipantList::const_iterator in UpdateMixedStatus()800 const MixerParticipantList& participantList) const { in IsParticipantInList()803 for (MixerParticipantList::const_iterator iter = participantList.begin(); in IsParticipantInList()815 MixerParticipantList* participantList) const { in AddParticipantToList()826 MixerParticipantList* participantList) const { in RemoveParticipantFromList()[all …]