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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
currentspeakermonitor.cc 28 #include "talk/session/media/currentspeakermonitor.h"
42 CurrentSpeakerMonitor::CurrentSpeakerMonitor(Call* call, BaseSession* session)
51 CurrentSpeakerMonitor::~CurrentSpeakerMonitor() {
55 void CurrentSpeakerMonitor::Start() {
58 this, &CurrentSpeakerMonitor::OnAudioMonitor);
60 this, &CurrentSpeakerMonitor::OnMediaStreamsUpdate);
66 void CurrentSpeakerMonitor::Stop() {
78 void CurrentSpeakerMonitor::set_min_time_between_switches
    [all...]
currentspeakermonitor.h 28 // CurrentSpeakerMonitor monitors the audio levels for a session and determines
49 class CurrentSpeakerMonitor : public sigslot::has_slots<> {
51 CurrentSpeakerMonitor(Call* call, BaseSession* session);
52 ~CurrentSpeakerMonitor();
67 sigslot::signal2<CurrentSpeakerMonitor*, uint32> SignalUpdate;

Completed in 1004 milliseconds