FileDocCategorySizeDatePackage
AudioStream.javaAPI DocAndroid 5.1 API792Sat Mar 14 14:09:38 GMT 2015android.net.rtp

AudioStream.java

package android.net.rtp;
public class AudioStream
  extends android.net.rtp.RtpStream
{
public  AudioStream(java.net.InetAddress address) throws java.net.SocketException { throw new RuntimeException("Stub!"); }
public final  boolean isBusy() { throw new RuntimeException("Stub!"); }
public  android.net.rtp.AudioGroup getGroup() { throw new RuntimeException("Stub!"); }
public  void join(android.net.rtp.AudioGroup group) { throw new RuntimeException("Stub!"); }
public  android.net.rtp.AudioCodec getCodec() { throw new RuntimeException("Stub!"); }
public  void setCodec(android.net.rtp.AudioCodec codec) { throw new RuntimeException("Stub!"); }
public  int getDtmfType() { throw new RuntimeException("Stub!"); }
public  void setDtmfType(int type) { throw new RuntimeException("Stub!"); }
}