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

  /external/webrtc/talk/app/webrtc/
dtmfsender.h 40 // DtmfSender is the native implementation of the RTCDTMFSender defined by
50 // This interface is called by DtmfSender to talk to the actual audio channel
70 class DtmfSender
75 static rtc::scoped_refptr<DtmfSender> Create(
93 DtmfSender(AudioTrackInterface* track,
96 virtual ~DtmfSender();
99 DtmfSender();
119 RTC_DISALLOW_COPY_AND_ASSIGN(DtmfSender);
123 BEGIN_PROXY_MAP(DtmfSender)
dtmfsender.cc 28 #include "talk/app/webrtc/dtmfsender.h"
78 rtc::scoped_refptr<DtmfSender> DtmfSender::Create(
85 rtc::scoped_refptr<DtmfSender> dtmf_sender(
86 new rtc::RefCountedObject<DtmfSender>(track, signaling_thread,
91 DtmfSender::DtmfSender(AudioTrackInterface* track,
105 this, &DtmfSender::OnProviderDestroyed);
109 DtmfSender::~DtmfSender() {
    [all...]

Completed in 72 milliseconds