HomeSort by relevance Sort by last modified time
    Searched defs:MixerParticipant (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_conference_mixer/include/
audio_conference_mixer_defines.h 21 class MixerParticipant
40 MixerParticipant();
41 virtual ~MixerParticipant();
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 23 MixerParticipant* participant;
65 MixerParticipant::MixerParticipant()
69 MixerParticipant::~MixerParticipant() {
73 bool MixerParticipant::IsMixed() const {
207 std::map<int, MixerParticipant*> mixedParticipantsMap;
373 MixerParticipant* participant, bool mixable) {
412 // A MixerParticipant was added or removed. Make sure the scratch
421 const MixerParticipant& participant) const
    [all...]

Completed in 706 milliseconds