| Package | Description |
|---|---|
| org.mobicents.media.server.spi.format | |
| org.mobicents.media.server.spi.format.audio |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
DTMFFormat
RFC2833 DTMF format descriptor.
|
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.