Searched refs:getRemoteRtpAddress (Results 1 – 5 of 5) sorted by relevance
77 assertThat(config.getRemoteRtpAddress()).isEqualTo(new InetSocketAddress( in testConstructorAndGetters()
111 assertThat(config.getRemoteRtpAddress()).isEqualTo(new InetSocketAddress( in testConstructorAndGetters()
113 addr.ipAddress = audioConfig.getRemoteRtpAddress().getAddress().getHostAddress(); in buildRtpAddress()114 addr.portNumber = audioConfig.getRemoteRtpAddress().getPort(); in buildRtpAddress()
152 public InetSocketAddress getRemoteRtpAddress() { in getRemoteRtpAddress() method in RtpConfig