| Package | Description |
|---|---|
| org.restcomm.media.spi.format |
| Modifier and Type | Method and Description |
|---|---|
protected EncodingName |
EncodingName.clone() |
EncodingName |
Format.getName()
Gets the encoding name.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationFormat |
FormatFactory.createApplicationFormat(EncodingName name)
Creates a new format descriptor for application line
|
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.
|
| Constructor and Description |
|---|
ApplicationFormat(EncodingName name) |
AudioFormat(EncodingName name)
Creates new audio format descriptor.
|
DtlsFormat(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.
|
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.