|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||