All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.net.rtp.AudioStream Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy