Uses of Class
org.mobicents.media.server.spi.format.AudioFormat

Packages that use AudioFormat
org.mobicents.media.server.spi.format   
org.mobicents.media.server.spi.format.audio   
 

Uses of AudioFormat in org.mobicents.media.server.spi.format
 

Methods in org.mobicents.media.server.spi.format that return AudioFormat
 AudioFormat AudioFormat.clone()
           
static AudioFormat FormatFactory.createAudioFormat(EncodingName name)
          Creates new audio format descriptor.
static AudioFormat FormatFactory.createAudioFormat(EncodingName name, int sampleRate, int sampleSize, int channels)
          Creates new format descriptor
static AudioFormat FormatFactory.createAudioFormat(String name, int sampleRate)
          Creates new format descriptor
static AudioFormat FormatFactory.createAudioFormat(String name, int sampleRate, int sampleSize, int channels)
          Creates new format descriptor
 

Uses of AudioFormat in org.mobicents.media.server.spi.format.audio
 

Subclasses of AudioFormat in org.mobicents.media.server.spi.format.audio
 class DTMFFormat
          RFC2833 DTMF format descriptor.
 



Copyright © 2011. All Rights Reserved.