| Package | Description |
|---|---|
| org.restcomm.media.spi.dsp | |
| org.restcomm.media.spi.format | |
| org.restcomm.media.spi.format.audio | |
| org.restcomm.media.spi.memory |
| Modifier and Type | Method and Description |
|---|---|
Format |
Codec.getSupportedInputFormat() |
Format |
Codec.getSupportedOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
Frame |
Processor.process(Frame frame,
Format source,
Format destination)
Transforms supplied frame if frame's format does not match to any
of the supported output formats and such transcoding is possible.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationFormat
Implementation of the application format
|
class |
AudioFormat
Descriptor for audio format.
|
class |
DtlsFormat
Descriptor for DTLS-SRTP format.
|
class |
VideoFormat |
| Modifier and Type | Method and Description |
|---|---|
Format |
Format.clone() |
Format |
Formats.get(int i)
Gets the collection element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Formats.add(Format format)
Adds specified format to this collection.
|
boolean |
Formats.contains(Format format)
Checks that collection has specified format.
|
boolean |
DtlsFormat.matches(Format other) |
boolean |
AudioFormat.matches(Format other) |
boolean |
Format.matches(Format fmt)
Compares two format descriptors.
|
void |
Formats.remove(Format format)
Removes specified format from this collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DTMFFormat
RFC2833 DTMF format descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Format |
Frame.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
Frame.setFormat(Format format) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.