android.net.rtp
Class AudioCodec
java.lang.Object
android.net.rtp.AudioCodec
public class AudioCodec
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public final int type
rtpmap
public final String rtpmap
fmtp
public final String fmtp
PCMU
public static final AudioCodec PCMU
PCMA
public static final AudioCodec PCMA
GSM
public static final AudioCodec GSM
GSM_EFR
public static final AudioCodec GSM_EFR
AMR
public static final AudioCodec AMR
getCodecs
public static AudioCodec[] getCodecs()
getCodec
public static AudioCodec getCodec(int type,
String rtpmap,
String fmtp)
Copyright © 2008-2012. All Rights Reserved.