FileDocCategorySizeDatePackage
RtpStream.javaAPI DocAndroid 5.1 API1015Sat Mar 14 14:09:40 GMT 2015android.net.rtp

RtpStream

public class RtpStream extends Object

Fields Summary
public static final int
MODE_NORMAL
public static final int
MODE_RECEIVE_ONLY
public static final int
MODE_SEND_ONLY
Constructors Summary
RtpStream()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidassociate(java.net.InetAddress address, int port)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public java.net.InetAddressgetLocalAddress()

 throw new RuntimeException("Stub!"); 
public intgetLocalPort()

 throw new RuntimeException("Stub!"); 
public intgetMode()

 throw new RuntimeException("Stub!"); 
public java.net.InetAddressgetRemoteAddress()

 throw new RuntimeException("Stub!"); 
public intgetRemotePort()

 throw new RuntimeException("Stub!"); 
public booleanisBusy()

 throw new RuntimeException("Stub!"); 
public voidrelease()

 throw new RuntimeException("Stub!"); 
public voidsetMode(int mode)

 throw new RuntimeException("Stub!");