android.net.rtp
Class AudioCodec

java.lang.Object
  extended by android.net.rtp.AudioCodec

public class AudioCodec
extends Object


Field Summary
static AudioCodec AMR
           
 String fmtp
           
static AudioCodec GSM
           
static AudioCodec GSM_EFR
           
static AudioCodec PCMA
           
static AudioCodec PCMU
           
 String rtpmap
           
 int type
           
 
Method Summary
static AudioCodec getCodec(int type, String rtpmap, String fmtp)
           
static AudioCodec[] getCodecs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

getCodecs

public static AudioCodec[] getCodecs()

getCodec

public static AudioCodec getCodec(int type,
                                  String rtpmap,
                                  String fmtp)


Copyright © 2008-2012. All Rights Reserved.