android.net.rtp.AudioStream Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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!"); }
}