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

  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MediaEngine.java 104 private int audioChannel;
160 audioChannel = voe.createChannel();
161 check(audioChannel >= 0, "Failed voe CreateChannel");
166 check(audioChannel >= 0, "Failed voe CreateChannel");
167 check(vie.connectAudioChannel(videoChannel, audioChannel) == 0,
230 check(voe.deleteChannel(audioChannel) == 0, "VoE delete channel failed");
284 check(voe.startListen(audioChannel) == 0, "Failed StartListen");
285 check(voe.startPlayout(audioChannel) == 0, "VoE start playout failed");
286 check(voe.startSend(audioChannel) == 0, "VoE start send failed");
292 check(voe.stopSend(audioChannel) == 0, "VoE stop send failed")
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 741 const WebRtc_UWord8 audioChannel = 1,
800 const WebRtc_UWord8 audioChannel,
810 _audioChannel = audioChannel;
814 (audioChannel > 2) || (audioChannel < 1))

Completed in 175 milliseconds