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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 614 VoiceChannel::VoiceChannel(talk_base::Thread* thread,
631 this, &VoiceChannel::OnVoiceChannelError);
634 VoiceChannel::~VoiceChannel() {
641 bool VoiceChannel::AddStream(uint32 ssrc) {
647 bool VoiceChannel::SetRingbackTone(const void* buf, int len) {
658 void VoiceChannel::SetEarlyMedia(bool enable) {
668 bool VoiceChannel::PlayRingbackTone(bool play, bool loop) {
674 bool VoiceChannel::PressDTMF(int digit, bool playout)
    [all...]
channel.h 252 // VoiceChannel is a specialization that adds support for early media, DTMF,
254 class VoiceChannel : public BaseChannel {
256 VoiceChannel(talk_base::Thread *thread, MediaEngine *media_engine,
259 ~VoiceChannel();
274 sigslot::signal1<VoiceChannel*> SignalEarlyMediaTimeout;
280 sigslot::signal2<VoiceChannel*, const std::vector<ConnectionInfo> &>
285 sigslot::signal2<VoiceChannel*, const VoiceMediaInfo&> SignalMediaMonitor;
289 sigslot::signal2<VoiceChannel*, const AudioInfo&> SignalAudioMonitor;
297 sigslot::signal3<VoiceChannel*, uint32, VoiceMediaChannel::Error>
370 VoiceChannel *voice_channel)
    [all...]

Completed in 71 milliseconds