![JAR search and dependency download from the Maven repository](/logo.png)
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 android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
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 - 2025 Weber Informatics LLC | Privacy Policy