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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 182 playout(false),
212 bool playout; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
299 return channels_[channel]->playout;
467 channels_[channel]->playout = true;
489 channels_[channel]->playout = false;
575 if (ch->playout)
    [all...]
webrtcvoiceengine.cc 622 // Disable the DTMF playout when a tone is sent.
623 // PlayDtmfTone will be used if local playout is needed.
668 LOG(LS_WARNING) << "No valid sound playout device found.";
991 bool playout; member in struct:cricket::ResumeEntry
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 68 bool playout() const { return playout_; } function in class:cricket::RtpHelper
193 void set_playout(bool playout) { playout_ = playout; }
274 virtual bool SetPlayout(bool playout) {
275 set_playout(playout);
487 bool rendering() const { return playout(); }
    [all...]

Completed in 1575 milliseconds