Searched defs:MixerParticipant (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/interface/
H A Daudio_conference_mixer_defines.h21 class MixerParticipant class in namespace:webrtc
39 MixerParticipant();
40 virtual ~MixerParticipant();
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Daudio_conference_mixer_impl.cc23 MixerParticipant* participant;
71 MixerParticipant::MixerParticipant() function in class:webrtc::MixerParticipant
75 MixerParticipant::~MixerParticipant() {
79 int32_t MixerParticipant::IsMixed(bool& mixed) const {
228 std::map<int, MixerParticipant*> mixedParticipantsMap;
468 MixerParticipant& participant,
508 // A MixerParticipant was added or removed. Make sure the scratch
517 MixerParticipant
[all...]

Completed in 426 milliseconds