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

android.net.rtp.AudioGroup 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 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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy