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

  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.cc 105 return new LinphoneVoiceChannel(this);
131 // Implementation of LinphoneVoiceChannel.
133 LinphoneVoiceChannel::LinphoneVoiceChannel(LinphoneMediaEngine*eng)
145 socket_->SignalReadEvent.connect(this, &LinphoneVoiceChannel::OnIncomingData);
149 LinphoneVoiceChannel::~LinphoneVoiceChannel()
158 bool LinphoneVoiceChannel::SetPlayout(bool playout) {
163 bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
214 bool LinphoneVoiceChannel::SetSend(SendFlags flag)
    [all...]
linphonemediaengine.h 115 class LinphoneVoiceChannel : public VoiceMediaChannel {
117 LinphoneVoiceChannel(LinphoneMediaEngine *eng);
118 virtual ~LinphoneVoiceChannel();
167 DISALLOW_COPY_AND_ASSIGN(LinphoneVoiceChannel);

Completed in 66 milliseconds