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

/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DMediaEngine.java108 private int audioTxPort; field in class:MediaEngine
341 public void setAudioTxPort(int audioTxPort) { argument
342 this.audioTxPort = audioTxPort;
346 public int audioTxPort() { return audioTxPort; } method in class:MediaEngine
556 if (audioTxPort != 0) {
557 check(voe.setSendDestination(audioChannel, audioTxPort,

Completed in 60 milliseconds