android.net.rtp.AudioGroup 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 AudioGroup
{
public AudioGroup() { throw new RuntimeException("Stub!"); }
public android.net.rtp.AudioStream[] getStreams() { throw new RuntimeException("Stub!"); }
public int getMode() { throw new RuntimeException("Stub!"); }
public void setMode(int mode) { throw new RuntimeException("Stub!"); }
public void sendDtmf(int event) { throw new RuntimeException("Stub!"); }
public void clear() { throw new RuntimeException("Stub!"); }
protected void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
public static final int MODE_ON_HOLD = 0;
public static final int MODE_MUTED = 1;
public static final int MODE_NORMAL = 2;
public static final int MODE_ECHO_SUPPRESSION = 3;
}