|
| Format () |
| Initializes a new instance of the fm.liveswitch.pcmu.Format class. More...
|
|
| Format (int clockRate, int channelCount) |
| Initializes a new instance of the fm.liveswitch.pcmu.Format class. More...
|
|
| Format (fm.liveswitch.AudioConfig config) |
| Initializes a new instance of the fm.liveswitch.pcmu.Format class. More...
|
|
| Format (String name, int clockRate, int channelCount) |
| Initializes a new instance of the fm.liveswitch.g711.Format class. More...
|
|
int | getMaxBitrate () |
| Gets the maximum bitrate supported by this format, in kbps. More...
|
|
int | getMinBitrate () |
| Gets the minimum bitrate supported by this format, in kbps. More...
|
|
| AudioFormat (String name, int clockRate, int channelCount) |
| Initializes a new instance of the fm.liveswitch.AudioFormat class. More...
|
|
| AudioFormat (String name, fm.liveswitch.AudioConfig config) |
| Initializes a new instance of the fm.liveswitch.AudioFormat class. More...
|
|
fm.liveswitch.AudioFormat | clone () |
| Clones this instance. More...
|
|
int | getChannelCount () |
| Gets the channel count. More...
|
|
fm.liveswitch.AudioConfig | getConfig () |
| Gets the clock rate and channel count as a configuration. More...
|
|
fm.liveswitch.FormatInfo | getInfo () |
| Gets this format as an info object. More...
|
|
boolean | getIsAac () |
| Gets a value indicating whether this format is AAC. More...
|
|
boolean | getIsCompressed () |
| Gets whether this is a compressed format. More...
|
|
boolean | getIsDtmf () |
| Gets a value indicating whether this format is DTMF. More...
|
|
boolean | getIsG722 () |
| Gets a value indicating whether this format is G.722. More...
|
|
boolean | getIsL16 () |
| Gets a value indicating whether this format is L16. More...
|
|
boolean | getIsOpus () |
| Gets a value indicating whether this format is Opus. More...
|
|
boolean | getIsPcm () |
| Gets a value indicating whether this format is PCM. More...
|
|
boolean | getIsPcma () |
| Gets a value indicating whether this format is PCMA. More...
|
|
boolean | getIsPcmu () |
| Gets a value indicating whether this format is PCMU. More...
|
|
boolean | getLittleEndian () |
| Gets whether the format uses little endian byte order. More...
|
|
String | getParameters () |
| Gets the parameters. More...
|
|
boolean | isCompatible (fm.liveswitch.AudioFormat format) |
| Determines whether the specified format is compatible. More...
|
|
boolean | isEquivalent (fm.liveswitch.AudioFormat format, boolean ignoreIsPacketized) |
| Determines whether the specified format is equivalent. More...
|
|
void | setChannelCount (int value) |
| Sets the channel count. More...
|
|
void | setLittleEndian (boolean value) |
| Sets whether the format uses little endian byte order. More...
|
|
String | toJson () |
| Serializes this instance to JSON. More...
|
|