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

android.net.rtp.AudioCodec 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 AudioCodec
{
AudioCodec() { throw new RuntimeException("Stub!"); }
public static  android.net.rtp.AudioCodec[] getCodecs() { throw new RuntimeException("Stub!"); }
public static  android.net.rtp.AudioCodec getCodec(int type, java.lang.String rtpmap, java.lang.String fmtp) { throw new RuntimeException("Stub!"); }
public final int type;
public final java.lang.String rtpmap;
public final java.lang.String fmtp;
public static final android.net.rtp.AudioCodec PCMU;
public static final android.net.rtp.AudioCodec PCMA;
public static final android.net.rtp.AudioCodec GSM;
public static final android.net.rtp.AudioCodec GSM_EFR;
public static final android.net.rtp.AudioCodec AMR;
static { PCMU = null; PCMA = null; GSM = null; GSM_EFR = null; AMR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy