|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncodingName | |
|---|---|
| org.mobicents.media.server.spi.format | |
| Uses of EncodingName in org.mobicents.media.server.spi.format |
|---|
| Methods in org.mobicents.media.server.spi.format that return EncodingName | |
|---|---|
protected EncodingName |
EncodingName.clone()
|
EncodingName |
Format.getName()
Gets the encoding name. |
| Methods in org.mobicents.media.server.spi.format with parameters of type EncodingName | |
|---|---|
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 VideoFormat |
FormatFactory.createVideoFormat(EncodingName name)
Creates new format descriptor. |
static VideoFormat |
FormatFactory.createVideoFormat(EncodingName name,
int frameRate)
Creates new format descriptor. |
void |
Format.setName(EncodingName name)
Modifies encoding name. |
| Constructors in org.mobicents.media.server.spi.format with parameters of type EncodingName | |
|---|---|
AudioFormat(EncodingName name)
Creates new audio format descriptor. |
|
Format(EncodingName name)
Creates new descriptor. |
|
VideoFormat(EncodingName name)
Creates new format descriptor. |
|
VideoFormat(EncodingName name,
int frameRate)
Creates new format descriptor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||