Android 2.3 Gingerbread

Uses of Class
android.net.rtp.AudioCodec

Packages that use AudioCodec
android.net.rtp   
 

Uses of AudioCodec in android.net.rtp
 

Fields in android.net.rtp declared as AudioCodec
static AudioCodec AudioCodec.AMR
          Adaptive Multi-Rate narrowband audio codec, also known as AMR or AMR-NB.
static AudioCodec AudioCodec.GSM
          GSM Full-Rate audio codec, also known as GSM-FR, GSM 06.10, GSM, or simply FR.
static AudioCodec AudioCodec.GSM_EFR
          GSM Enhanced Full-Rate audio codec, also known as GSM-EFR, GSM 06.60, or simply EFR.
static AudioCodec AudioCodec.PCMA
          G.711 a-law audio codec.
static AudioCodec AudioCodec.PCMU
          G.711 u-law audio codec.
 

Methods in android.net.rtp that return AudioCodec
 AudioCodec AudioStream.getCodec()
          Returns the AudioCodec, or null if it is not set.
static AudioCodec AudioCodec.getCodec(int type, String rtpmap, String fmtp)
          Creates an AudioCodec according to the given configuration.
static AudioCodec[] AudioCodec.getCodecs()
          Returns system supported audio codecs.
 

Methods in android.net.rtp with parameters of type AudioCodec
(package private)  void AudioGroup.add(AudioStream stream, AudioCodec codec, int dtmfType)
           
 void AudioStream.setCodec(AudioCodec codec)
          Sets the AudioCodec.
 


Android 2.3 Gingerbread