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