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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 188 class VoiceMediaChannel : public MediaChannel {
208 VoiceMediaChannel() {}
209 virtual ~VoiceMediaChannel() {}
236 VoiceMediaChannel::Error* error) {
242 // ssrc(uint32), and error(VoiceMediaChannel::Error).
243 sigslot::signal2<uint32, VoiceMediaChannel::Error> SignalMediaError;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 157 // Options that can be applied to a VoiceMediaChannel or a VoiceMediaEngine.
919 class VoiceMediaChannel : public MediaChannel {
942 VoiceMediaChannel() {}
943 virtual ~VoiceMediaChannel() {}
    [all...]

Completed in 26 milliseconds