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

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.cc614 VoiceChannel::VoiceChannel(talk_base::Thread* thread, function in class:cricket::VoiceChannel
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
[all...]
H A Dchannel.h252 // VoiceChannel is a specialization that adds support for early media, DTMF,
254 class VoiceChannel : public BaseChannel { class in namespace:cricket
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_channe
[all...]

Completed in 424 milliseconds