A B C D E F G H I L M N O P R S T U V W 

A

AbstractConcurrentResourcePool<T extends PooledObject> - Class in org.restcomm.media.spi.pooling
Abstraction of a ResourcePool that uses a concurrent queue to maintains the list of resources.
AbstractConcurrentResourcePool(int) - Constructor for class org.restcomm.media.spi.pooling.AbstractConcurrentResourcePool
 
AbstractResourcePool<T extends PooledObject> - Class in org.restcomm.media.spi.pooling
Abstraction of a ResourcePool that relies on an internal queue to maintain the collection of resources.
AbstractResourcePool(Queue<T>, int) - Constructor for class org.restcomm.media.spi.pooling.AbstractResourcePool
 
activate() - Method in interface org.restcomm.media.Component
Activates component
activate() - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
Starts media processing.
activate() - Method in interface org.restcomm.media.spi.ServerManager
Activates the Media Server Controller.
activate() - Method in interface org.restcomm.media.spi.tone.ToneDetector
Starts media processing.
add(Format) - Method in class org.restcomm.media.spi.format.Formats
Adds specified format to this collection.
add(L) - Method in class org.restcomm.media.spi.listener.Listeners
Adds listener to the collection.
addAll(Formats) - Method in class org.restcomm.media.spi.format.Formats
Adds multiple formats.
addListener(ConnectionListener) - Method in interface org.restcomm.media.spi.Connection
Adds connection state listener.
addListener(DtmfDetectorListener) - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
 
addListener(DtmfGeneratorListener) - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
addListener(PlayerListener) - Method in interface org.restcomm.media.spi.player.Player
 
addListener(RecorderListener) - Method in interface org.restcomm.media.spi.recorder.Recorder
Adds listener for the recorder
addListener(ToneDetectorListener) - Method in interface org.restcomm.media.spi.tone.ToneDetector
 
addManager(ServerManager) - Method in interface org.restcomm.media.spi.MediaServer
Registers given manager.
allocate(int) - Static method in class org.restcomm.media.spi.memory.Memory
 
allocate() - Method in class org.restcomm.media.spi.memory.Partition
 
ApplicationFormat - Class in org.restcomm.media.spi.format
Implementation of the application format
ApplicationFormat(EncodingName) - Constructor for class org.restcomm.media.spi.format.ApplicationFormat
 
ApplicationFormat(String) - Constructor for class org.restcomm.media.spi.format.ApplicationFormat
 
Attenuator - Interface in org.restcomm.media.spi.dsp
Attenuator is used to reduce the power of signal without distorting it
AudioFormat - Class in org.restcomm.media.spi.format
Descriptor for audio format.
AudioFormat(EncodingName) - Constructor for class org.restcomm.media.spi.format.AudioFormat
Creates new audio format descriptor.

B

BAD_URI - Static variable in interface org.restcomm.media.spi.player.PlayerEvent
 
buffer - Static variable in class org.restcomm.media.spi.dtmf.DtmfTonesData
 

C

cancel() - Method in interface org.restcomm.media.spi.clock.Task
Cancels task execution.
cancel() - Method in interface org.restcomm.media.spi.clock.TimerTask
Cancels task execution.
canExpand() - Method in interface org.restcomm.media.spi.EndpointInstaller
Installs endpoints.
charAt(int) - Method in class org.restcomm.media.spi.utils.Text
(Non Java-doc.)
chars - Variable in class org.restcomm.media.spi.utils.Text
 
checkIn() - Method in interface org.restcomm.media.spi.pooling.PooledObject
Check-in the object in the pool, resetting its internal state.
checkOut() - Method in interface org.restcomm.media.spi.pooling.PooledObject
Check-out the object in the pool, initializing its internal state.
CheckPoint - Interface in org.restcomm.media
Media patch check point.
clean() - Method in class org.restcomm.media.spi.format.Formats
Removes all formats from the collection.
clear() - Method in class org.restcomm.media.spi.listener.Listeners
Removes all listeners.
clearAllListeners() - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
 
clearAllListeners() - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
clearAllListeners() - Method in interface org.restcomm.media.spi.player.Player
 
clearAllListeners() - Method in interface org.restcomm.media.spi.recorder.Recorder
Removes all registered listeners
clearAllListeners() - Method in interface org.restcomm.media.spi.tone.ToneDetector
 
clearDigits() - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
Clears buffer content.
clone() - Method in class org.restcomm.media.spi.format.ApplicationFormat
 
clone() - Method in class org.restcomm.media.spi.format.AudioFormat
 
clone() - Method in class org.restcomm.media.spi.format.DtlsFormat
 
clone() - Method in class org.restcomm.media.spi.format.EncodingName
 
clone() - Method in class org.restcomm.media.spi.format.Format
 
clone() - Method in class org.restcomm.media.spi.format.VideoFormat
 
clone() - Method in class org.restcomm.media.spi.memory.Frame
 
Codec - Interface in org.restcomm.media.spi.dsp
 
COMPLETED - Static variable in class org.restcomm.media.spi.dtmf.DtmfGeneratorEvent
 
Component - Interface in org.restcomm.media
Component is an Object that is responsible for any media data processing.
ComponentFactory - Interface in org.restcomm.media
Acts as a factory of any media components.
ComponentType - Enum in org.restcomm.media
Defines all component types available in mms Examples of components are the audio player, recoder, DTMF detector, etc.
configure(boolean) - Method in interface org.restcomm.media.spi.Endpoint
Configure Endpoint.
Connection - Interface in org.restcomm.media.spi
 
ConnectionEvent - Interface in org.restcomm.media.spi
Defines connection event.
ConnectionFailureListener - Interface in org.restcomm.media.spi
 
ConnectionListener - Interface in org.restcomm.media.spi
 
ConnectionMode - Enum in org.restcomm.media.spi
Enumeration of possible modes for an MGCP connection.
ConnectionState - Enum in org.restcomm.media.spi
 
ConnectionType - Enum in org.restcomm.media.spi
Defines transport types for connection.
contains(Format) - Method in class org.restcomm.media.spi.format.Formats
Checks that collection has specified format.
contains(char) - Method in class org.restcomm.media.spi.utils.Text
Checks does specified symbol is present in this text.
ControlProtocol - Enum in org.restcomm.media.spi
Enumerates lists of supported control protocols.
copy(Text) - Method in class org.restcomm.media.spi.utils.Text
Copies reference to another text object.
copyRemainder(Text) - Method in class org.restcomm.media.spi.utils.Text
Copies substring from the current line upto the end to the specified destination.
count() - Method in class org.restcomm.media.spi.pooling.AbstractResourcePool
 
count() - Method in interface org.restcomm.media.spi.pooling.ResourcePool
Counts the number of idle elements in the pool.
createApplicationFormat(EncodingName) - Static method in class org.restcomm.media.spi.format.FormatFactory
Creates a new format descriptor for application line
createApplicationFormat(String) - Static method in class org.restcomm.media.spi.format.FormatFactory
Creates a new format descriptor for application line
createAudioFormat(EncodingName) - Static method in class org.restcomm.media.spi.format.FormatFactory
Creates new audio format descriptor.
createAudioFormat(EncodingName, int, int, int) - Static method in class org.restcomm.media.spi.format.FormatFactory
Creates new format descriptor
createAudioFormat(String, int, int, int) - Static method in class org.restcomm.media.spi.format.FormatFactory
Creates new format descriptor
createAudioFormat(String, int) - Static method in class org.restcomm.media.spi.format.FormatFactory
Creates new format descriptor
createConnection(ConnectionType, Boolean) - Method in interface org.restcomm.media.spi.Endpoint
Creates new connection with specified mode.
createResource() - Method in class org.restcomm.media.spi.pooling.AbstractResourcePool
 
createVideoFormat(EncodingName, int) - Static method in class org.restcomm.media.spi.format.FormatFactory
Creates new format descriptor.
createVideoFormat(EncodingName) - Static method in class org.restcomm.media.spi.format.FormatFactory
Creates new format descriptor.
createVideoFormat(String) - Static method in class org.restcomm.media.spi.format.FormatFactory
Creates new format descriptor.
createVideoFormat(String, int) - Static method in class org.restcomm.media.spi.format.FormatFactory
Creates new format descriptor.

D

deactivate() - Method in interface org.restcomm.media.Component
Deactivates component
deactivate() - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
Terminates media processing.
deactivate() - Method in interface org.restcomm.media.spi.ServerManager
Deactivates the Media Server Controller.
deactivate() - Method in interface org.restcomm.media.spi.tone.ToneDetector
Terminates media processing.
DEFAULT_INTERDIGIT_INTERVAL - Static variable in interface org.restcomm.media.spi.dtmf.DtmfDetector
Default interdigit time interval in millisconds.
DEFAULT_SIGNAL_LEVEL - Static variable in interface org.restcomm.media.spi.dtmf.DtmfDetector
Default level of the DTMF tone in decibells.
DEFAULT_SIZE - Static variable in class org.restcomm.media.spi.format.Formats
 
deleteAllConnections() - Method in interface org.restcomm.media.spi.Endpoint
Deletes all connection associated with this Endpoint.
deleteConnection(Connection) - Method in interface org.restcomm.media.spi.Endpoint
Deletes specified connection.
deleteConnection(Connection, ConnectionType) - Method in interface org.restcomm.media.spi.Endpoint
Deletes specified connection.
description() - Method in enum org.restcomm.media.spi.ConnectionMode
 
dispatch(Event) - Method in class org.restcomm.media.spi.listener.Listeners
Dispatched event to all registered listeners.
divide(char, Text[]) - Method in class org.restcomm.media.spi.utils.Text
Divides text into parts using given separator and writes results into the parts array.
divide(char[], Text[]) - Method in class org.restcomm.media.spi.utils.Text
 
DspFactory - Interface in org.restcomm.media.spi.dsp
Defines interface for DSP factory.
DtlsFormat - Class in org.restcomm.media.spi.format
Descriptor for DTLS-SRTP format.
DtlsFormat(EncodingName) - Constructor for class org.restcomm.media.spi.format.DtlsFormat
Creates new audio format descriptor.
DTMF_0 - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_1 - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_2 - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_3 - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_4 - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_5 - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_6 - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_7 - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_8 - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_9 - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_A - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_B - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_C - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_D - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_HASH - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DTMF_STAR - Static variable in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
DtmfDetector - Interface in org.restcomm.media.spi.dtmf
 
DtmfDetectorListener - Interface in org.restcomm.media.spi.dtmf
 
DtmfDetectorProvider - Interface in org.restcomm.media.spi.dtmf
Provides DTMF Detectors.
DtmfEvent - Interface in org.restcomm.media.spi.dtmf
 
DTMFFormat - Class in org.restcomm.media.spi.format.audio
RFC2833 DTMF format descriptor.
DTMFFormat() - Constructor for class org.restcomm.media.spi.format.audio.DTMFFormat
Creates new instance.
DtmfGenerator - Interface in org.restcomm.media.spi.dtmf
 
DtmfGeneratorEvent - Class in org.restcomm.media.spi.dtmf
 
DtmfGeneratorEvent(DtmfGenerator, int) - Constructor for class org.restcomm.media.spi.dtmf.DtmfGeneratorEvent
 
DtmfGeneratorListener - Interface in org.restcomm.media.spi.dtmf
 
DtmfTonesData - Class in org.restcomm.media.spi.dtmf
 
DtmfTonesData() - Constructor for class org.restcomm.media.spi.dtmf.DtmfTonesData
 
duplicate(Text) - Method in class org.restcomm.media.spi.utils.Text
Copies data from this buffer to another buffer.

E

EncodingName - Class in org.restcomm.media.spi.format
Format encoding name.
EncodingName() - Constructor for class org.restcomm.media.spi.format.EncodingName
 
EncodingName(Text) - Constructor for class org.restcomm.media.spi.format.EncodingName
 
EncodingName(String) - Constructor for class org.restcomm.media.spi.format.EncodingName
 
Endpoint - Interface in org.restcomm.media.spi
The basic implementation of the endpoint.
EndpointInstaller - Interface in org.restcomm.media.spi
Defines interface of endpoint installer/uninstaller.
EndpointState - Enum in org.restcomm.media.spi
 
equals(Object) - Method in class org.restcomm.media.spi.utils.Text
 
Event<S> - Interface in org.restcomm.media.spi.listener
Generic event interface.

F

FAILED - Static variable in interface org.restcomm.media.spi.player.PlayerEvent
 
FAILED - Static variable in interface org.restcomm.media.spi.recorder.RecorderEvent
 
FILE_NOT_FOUND - Static variable in interface org.restcomm.media.spi.player.PlayerEvent
 
flushBuffer() - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
Flushes buffer.
Format - Class in org.restcomm.media.spi.format
Media format descriptor.
Format(EncodingName) - Constructor for class org.restcomm.media.spi.format.Format
Creates new descriptor.
FormatFactory - Class in org.restcomm.media.spi.format
Constructs format descriptor object.
FormatFactory() - Constructor for class org.restcomm.media.spi.format.FormatFactory
 
FormatNotSupportedException - Exception in org.restcomm.media.spi
 
FormatNotSupportedException() - Constructor for exception org.restcomm.media.spi.FormatNotSupportedException
Creates a new instance of FormatNotSupportedException without detail message.
FormatNotSupportedException(String) - Constructor for exception org.restcomm.media.spi.FormatNotSupportedException
Constructs an instance of FormatNotSupportedException with the specified detail message.
Formats - Class in org.restcomm.media.spi.format
Represents collection of formats.
Formats() - Constructor for class org.restcomm.media.spi.format.Formats
Creates new collection with default size;
Formats(int) - Constructor for class org.restcomm.media.spi.format.Formats
Creates collection with specified size.
Frame - Class in org.restcomm.media.spi.memory
 
Frame(Partition, byte[]) - Constructor for class org.restcomm.media.spi.memory.Frame
 
fromDescription(String) - Static method in enum org.restcomm.media.spi.ConnectionMode
 
fromName(String) - Static method in enum org.restcomm.media.spi.RelayType
 

G

generateCname() - Method in interface org.restcomm.media.spi.Connection
Generates a unique CNAME for the connection and its channels.
Only applicable to RTP connections!
generateOffer(boolean) - Method in interface org.restcomm.media.spi.Connection
Generates the local connection descriptor and allocates the necessary resources.
get(int) - Method in class org.restcomm.media.spi.format.Formats
Gets the collection element.
getActiveConnectionsCount() - Method in interface org.restcomm.media.spi.Endpoint
Gets number of active connections associated with this Endpoint.
getBytes() - Method in interface org.restcomm.media.CheckPoint
Gets number of bytes passed through check point.
getBytesReceived() - Method in interface org.restcomm.media.MediaSink
Shows the number of bytes received by this sink since last start;
getBytesReceived() - Method in interface org.restcomm.media.spi.Connection
The total number of bytes received .
getBytesTransmitted() - Method in interface org.restcomm.media.MediaSource
Shows the number of bytes received by this sink since last start;
getBytesTransmitted() - Method in interface org.restcomm.media.spi.Connection
The total number of bytes transmitted.
getChannels() - Method in class org.restcomm.media.spi.format.AudioFormat
Gets the number of channels.
getChannels() - Method in class org.restcomm.media.spi.format.DtlsFormat
Gets the number of channels.
getCname() - Method in interface org.restcomm.media.spi.Connection
Gets the CNAME of the connection.
getCode() - Method in enum org.restcomm.media.spi.ConnectionState
 
getCode() - Method in enum org.restcomm.media.spi.MediaType
 
getCode() - Method in enum org.restcomm.media.spi.Valve
 
getCodecs() - Method in interface org.restcomm.media.spi.dsp.Processor
Gets the list of supported codecs.
getControlProtocol() - Method in interface org.restcomm.media.spi.ServerManager
Gets the control protocol supported by the controller.
getData() - Method in class org.restcomm.media.spi.memory.Frame
 
getDescriptor() - Method in interface org.restcomm.media.spi.Connection
Gets the descriptor of this connection in SDP format.
getDigit() - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
getDuration() - Method in interface org.restcomm.media.MediaSource
Returns duration of the signal generated by this component if it is known.
getDuration() - Method in class org.restcomm.media.spi.memory.Frame
 
getEndpoint() - Method in interface org.restcomm.media.spi.Connection
Gets the endpoint which executes this connection.
getEndpointCount() - Method in interface org.restcomm.media.spi.NamingService
 
getFormat() - Method in class org.restcomm.media.spi.memory.Frame
 
getFrameRate() - Method in class org.restcomm.media.spi.format.VideoFormat
Gets the frame rate.
getFrames() - Method in interface org.restcomm.media.CheckPoint
Gets number of frames passed through check point.
getFrequency() - Method in interface org.restcomm.media.spi.tone.ToneDetector
Gets the frequencies
getFrequency() - Method in interface org.restcomm.media.spi.tone.ToneEvent
 
getHeader() - Method in class org.restcomm.media.spi.memory.Frame
 
getId() - Method in interface org.restcomm.media.Component
Gets the unique identifier of this component.
getId() - Method in interface org.restcomm.media.spi.Connection
Gets the identifier of this connection.
getId() - Method in interface org.restcomm.media.spi.ConnectionEvent
 
getId() - Method in class org.restcomm.media.spi.dtmf.DtmfGeneratorEvent
 
getID() - Method in interface org.restcomm.media.spi.player.PlayerEvent
 
getID() - Method in interface org.restcomm.media.spi.recorder.RecorderEvent
Gets the event type id.
getInstance(String) - Static method in enum org.restcomm.media.spi.ConnectionState
 
getInstance(String) - Static method in enum org.restcomm.media.spi.MediaType
 
getInstance(String) - Static method in enum org.restcomm.media.spi.Valve
 
getInterdigitInterval() - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
The time the system will wait between DTMF digits.
getIsLocal() - Method in interface org.restcomm.media.spi.Connection
Gets whether connection should be bound to local or remote interface , supported only for rtp connections.
getJitter() - Method in interface org.restcomm.media.spi.Connection
The average jitter value accross all media types.
getLength() - Method in class org.restcomm.media.spi.memory.Frame
 
getLocalDescriptor() - Method in interface org.restcomm.media.spi.Connection
Gets the local descriptor of this connection in SDP format
getLocalName() - Method in interface org.restcomm.media.spi.Endpoint
Gets the local name attribute.
getMask() - Method in enum org.restcomm.media.spi.MediaType
 
getMediaSink(MediaType) - Method in interface org.restcomm.media.spi.MultimediaSink
 
getMediaSource(MediaType) - Method in interface org.restcomm.media.spi.MultimediaSource
 
getMediaTime() - Method in interface org.restcomm.media.MediaSource
Gets the current media time position.
getMediaType(int) - Static method in enum org.restcomm.media.spi.MediaType
 
getMediaTypes() - Method in interface org.restcomm.media.spi.MultimediaSink
 
getMediaTypes() - Method in interface org.restcomm.media.spi.MultimediaSource
 
getMediaTypes() - Method in interface org.restcomm.media.spi.ResourceGroup
 
getMode() - Method in interface org.restcomm.media.spi.Connection
Gets the current mode of this connection.
getMode() - Method in exception org.restcomm.media.spi.ModeNotSupportedException
 
getMultimediaSink() - Method in interface org.restcomm.media.spi.MultimediaResourceGroup
 
getMultimediaSource() - Method in interface org.restcomm.media.spi.MultimediaResourceGroup
 
getName() - Method in interface org.restcomm.media.Component
Gets the name of the component.
getName() - Method in class org.restcomm.media.spi.format.Format
Gets the encoding name.
getName() - Method in enum org.restcomm.media.spi.MediaType
 
getName() - Method in enum org.restcomm.media.spi.Valve
 
getOffset() - Method in class org.restcomm.media.spi.memory.Frame
 
getOOBDigit() - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
getOptions() - Method in class org.restcomm.media.spi.format.Format
Gets options
getPacketsReceived() - Method in interface org.restcomm.media.MediaSink
Shows the number of packets received by this medis sink since last start.
getPacketsReceived() - Method in interface org.restcomm.media.spi.Connection
The number of packets of the specified media type received .
getPacketsTransmitted() - Method in interface org.restcomm.media.MediaSource
Shows the number of packets received by this medis sink since last start.
getPacketsTransmitted() - Method in interface org.restcomm.media.spi.Connection
The number of packets of the specified media type transmitted.
getQualifier() - Method in interface org.restcomm.media.spi.player.PlayerEvent
 
getQualifier() - Method in interface org.restcomm.media.spi.recorder.RecorderEvent
Get the event qualifier.
getRemoteDescriptor() - Method in interface org.restcomm.media.spi.Connection
Gets the remote descriptor of this connection in SDP format
getResource(MediaType, ComponentType) - Method in interface org.restcomm.media.spi.Endpoint
Provides access to the specific resource of the endpoint.
getSampleRate() - Method in class org.restcomm.media.spi.format.AudioFormat
Gets the sampling rate.
getSampleRate() - Method in class org.restcomm.media.spi.format.DtlsFormat
Gets the sampling rate.
getSampleSize() - Method in class org.restcomm.media.spi.format.AudioFormat
Gets the sample size.
getSampleSize() - Method in class org.restcomm.media.spi.format.DtlsFormat
Gets the sample size.
getScheduler() - Method in interface org.restcomm.media.spi.Endpoint
Gets the scheduler
getSequenceNumber() - Method in class org.restcomm.media.spi.memory.Frame
 
getSink(MediaType) - Method in interface org.restcomm.media.spi.ResourceGroup
 
getSource() - Method in class org.restcomm.media.spi.dtmf.DtmfGeneratorEvent
 
getSource() - Method in interface org.restcomm.media.spi.listener.Event
 
getSource(MediaType) - Method in interface org.restcomm.media.spi.ResourceGroup
 
getState() - Method in interface org.restcomm.media.spi.Connection
Returns state of this connection
getState() - Method in interface org.restcomm.media.spi.Endpoint
Gets the current state of the endpoint
getSupportedInputFormat() - Method in interface org.restcomm.media.spi.dsp.Codec
 
getSupportedOutputFormat() - Method in interface org.restcomm.media.spi.dsp.Codec
 
getTextualId() - Method in interface org.restcomm.media.spi.Connection
Gets the identifier of this connection.
getTimeout() - Method in enum org.restcomm.media.spi.ConnectionState
 
getTimestamp() - Method in interface org.restcomm.media.spi.clock.Timer
Gets the current time in nanoseconds
getTimestamp() - Method in class org.restcomm.media.spi.memory.Frame
 
getTone() - Method in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
getToneDuration() - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
getType() - Method in enum org.restcomm.media.ComponentType
 
getValve(int) - Static method in enum org.restcomm.media.spi.Valve
 
getVoiceName() - Method in interface org.restcomm.media.spi.resource.TTSEngine
Gets the currently used voice name.
getVolume() - Method in interface org.restcomm.media.spi.dsp.Attenuator
 
getVolume() - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
Describes the power level of the tone, expressed in dBm0
getVolume() - Method in interface org.restcomm.media.spi.dtmf.DtmfEvent
 
getVolume() - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
getVolume() - Method in interface org.restcomm.media.spi.resource.TTSEngine
Gets currently used volume level.
getVolume() - Method in interface org.restcomm.media.spi.tone.ToneDetector
Describes the power level of the tone, expressed in dBm0

H

hashCode() - Method in class org.restcomm.media.spi.utils.Text
 
hasMoreLines() - Method in class org.restcomm.media.spi.utils.Text
Shows is this text contains more lines.
hasResource(MediaType, ComponentType) - Method in interface org.restcomm.media.spi.Endpoint
Provides access to the specific resource of the endpoint.
hexToInteger() - Method in class org.restcomm.media.spi.utils.Text
 

I

indexOf(Text) - Method in class org.restcomm.media.spi.utils.Text
 
indexOf(char) - Method in class org.restcomm.media.spi.utils.Text
 
inPartition - Variable in class org.restcomm.media.spi.memory.Frame
 
install() - Method in interface org.restcomm.media.spi.EndpointInstaller
Installs endpoints.
intersection(Formats, Formats) - Method in class org.restcomm.media.spi.format.Formats
Find the intersection between this collection and other
IO_ERROR - Static variable in interface org.restcomm.media.spi.ConnectionEvent
 
isActive() - Method in interface org.restcomm.media.spi.clock.Task
Indicates is this task is active or canceled.
isActive() - Method in interface org.restcomm.media.spi.clock.TimerTask
Indicates is this task is active or canceled.
isActive() - Method in interface org.restcomm.media.spi.ServerManager
Gets whether the controller is active
isAvailable() - Method in interface org.restcomm.media.spi.Connection
Checks whether a connection has finished gathering all necessary resources and is ready to use.
isConnected() - Method in interface org.restcomm.media.MediaSource
Gets the state of the component.
isEmpty() - Method in class org.restcomm.media.spi.format.Formats
Checks collection's size.
isEmpty() - Method in class org.restcomm.media.spi.pooling.AbstractResourcePool
 
isEmpty() - Method in interface org.restcomm.media.spi.pooling.ResourcePool
Checks whether the pool contains at least one element.
isEOM() - Method in class org.restcomm.media.spi.memory.Frame
 
isRunning() - Method in interface org.restcomm.media.spi.MediaServer
Gets whether the media server is running or not.
isStarted() - Method in interface org.restcomm.media.MediaSink
Gets true if component is able to receive media.
isStarted() - Method in interface org.restcomm.media.MediaSource
Gets true if component is transmitting media.

L

len - Variable in class org.restcomm.media.spi.utils.Text
 
length() - Method in class org.restcomm.media.spi.utils.Text
(Non Java-doc.)
Listener<E extends Event> - Interface in org.restcomm.media.spi.listener
Generaic listener interface.
Listeners<L extends Listener> - Class in org.restcomm.media.spi.listener
Implements collection of listener.
Listeners() - Constructor for class org.restcomm.media.spi.listener.Listeners
Creates list of listeners with default size of 10.
lookup(String, boolean) - Method in interface org.restcomm.media.spi.NamingService
 
lookup(String) - Method in interface org.restcomm.media.spi.NamingService
 

M

matches(Format) - Method in class org.restcomm.media.spi.format.AudioFormat
 
matches(Format) - Method in class org.restcomm.media.spi.format.DtlsFormat
 
matches(Format) - Method in class org.restcomm.media.spi.format.Format
Compares two format descriptors.
MAX_DURATION_EXCEEDED - Static variable in interface org.restcomm.media.spi.recorder.RecorderEvent
 
MediaException - Exception in org.restcomm.media
Standard JMF class -- see this class in the JMF Javadoc.
MediaException() - Constructor for exception org.restcomm.media.MediaException
 
MediaException(String) - Constructor for exception org.restcomm.media.MediaException
 
MediaServer - Interface in org.restcomm.media.spi
 
MediaSink - Interface in org.restcomm.media
Implements the media consumer.
MediaSource - Interface in org.restcomm.media
Abstracts a read interface that pushes data in the form of Buffer objects.
MediaType - Enum in org.restcomm.media.spi
 
Memory - Class in org.restcomm.media.spi.memory
 
Memory() - Constructor for class org.restcomm.media.spi.memory.Memory
 
MODE_CHANGE - Static variable in interface org.restcomm.media.spi.ConnectionEvent
 
ModeNotSupportedException - Exception in org.restcomm.media.spi
 
ModeNotSupportedException(ConnectionMode) - Constructor for exception org.restcomm.media.spi.ModeNotSupportedException
Creates a new instance of ModeNotSupportedException without detail message.
ModeNotSupportedException(String) - Constructor for exception org.restcomm.media.spi.ModeNotSupportedException
Constructs an instance of ModeNotSupportedException with the specified detail message.
modeUpdated(ConnectionMode, ConnectionMode) - Method in interface org.restcomm.media.spi.Endpoint
Notifies that mode has been update on one of connections
MultimediaResourceGroup - Interface in org.restcomm.media.spi
 
MultimediaSink - Interface in org.restcomm.media.spi
 
MultimediaSource - Interface in org.restcomm.media.spi
 

N

NamingService - Interface in org.restcomm.media.spi
 
newAudioComponent(ComponentType) - Method in interface org.restcomm.media.ComponentFactory
Constructs new component.
newConnection(boolean) - Method in interface org.restcomm.media.ComponentFactory
Constructs new connection.
newEndpoint() - Method in interface org.restcomm.media.spi.EndpointInstaller
Installs endpoints.
newProcessor() - Method in interface org.restcomm.media.spi.dsp.DspFactory
Creates new processor.
nextLine() - Method in class org.restcomm.media.spi.utils.Text
Extracts next line from this text.
NO_SPEECH - Static variable in interface org.restcomm.media.spi.recorder.RecorderEvent
 

O

offer(T) - Method in class org.restcomm.media.spi.pooling.AbstractResourcePool
 
offer(T) - Method in interface org.restcomm.media.spi.pooling.ResourcePool
Offers an object to be placed into the pool.
onFailure() - Method in interface org.restcomm.media.spi.ConnectionFailureListener
 
onStarted(Endpoint, EndpointInstaller) - Method in interface org.restcomm.media.spi.ServerManager
Notifies manager that given endpoint has been started.
onStopped(Endpoint) - Method in interface org.restcomm.media.spi.ServerManager
Notifies manager that given endpoint has been stopped.
org.restcomm.media - package org.restcomm.media
 
org.restcomm.media.spi - package org.restcomm.media.spi
 
org.restcomm.media.spi.clock - package org.restcomm.media.spi.clock
 
org.restcomm.media.spi.dsp - package org.restcomm.media.spi.dsp
 
org.restcomm.media.spi.dtmf - package org.restcomm.media.spi.dtmf
 
org.restcomm.media.spi.format - package org.restcomm.media.spi.format
 
org.restcomm.media.spi.format.audio - package org.restcomm.media.spi.format.audio
 
org.restcomm.media.spi.listener - package org.restcomm.media.spi.listener
 
org.restcomm.media.spi.memory - package org.restcomm.media.spi.memory
 
org.restcomm.media.spi.player - package org.restcomm.media.spi.player
 
org.restcomm.media.spi.pooling - package org.restcomm.media.spi.pooling
 
org.restcomm.media.spi.recorder - package org.restcomm.media.spi.recorder
 
org.restcomm.media.spi.resource - package org.restcomm.media.spi.resource
 
org.restcomm.media.spi.tone - package org.restcomm.media.spi.tone
 
org.restcomm.media.spi.utils - package org.restcomm.media.spi.utils
 

P

Partition - Class in org.restcomm.media.spi.memory
 
Partition(int) - Constructor for class org.restcomm.media.spi.memory.Partition
 
perform(Frame) - Method in interface org.restcomm.media.MediaSink
Allows to transfer frame from media source to media sink
perform() - Method in interface org.restcomm.media.spi.clock.Task
Executes logic of this task.
Player - Interface in org.restcomm.media.spi.player
 
PlayerEvent - Interface in org.restcomm.media.spi.player
 
PlayerListener - Interface in org.restcomm.media.spi.player
 
PlayerProvider - Interface in org.restcomm.media.spi.player
Provides Players.
poll() - Method in class org.restcomm.media.spi.pooling.AbstractResourcePool
 
poll() - Method in interface org.restcomm.media.spi.pooling.ResourcePool
Polls an object from the pool.
If the pool is empty, a new object shall be created.
PooledObject - Interface in org.restcomm.media.spi.pooling
Represents an object that is managed by a resource pool.
The pool is responsible for
PooledObjectFactory<T extends PooledObject> - Interface in org.restcomm.media.spi.pooling
 
populate() - Method in class org.restcomm.media.spi.pooling.AbstractResourcePool
Populates the pool with new objects until the initial capacity is reached.
pos - Variable in class org.restcomm.media.spi.utils.Text
 
process(Frame) - Method in interface org.restcomm.media.spi.dsp.Codec
Perform encoding/decoding procedure.
process(Frame, Format, Format) - Method in interface org.restcomm.media.spi.dsp.Processor
Transforms supplied frame if frame's format does not match to any of the supported output formats and such transcoding is possible.
process(E) - Method in interface org.restcomm.media.spi.listener.Listener
 
Processor - Interface in org.restcomm.media.spi.dsp
Digital signaling processor.
produce() - Method in interface org.restcomm.media.spi.pooling.PooledObjectFactory
Produces a new object.
provide() - Method in interface org.restcomm.media.spi.dtmf.DtmfDetectorProvider
 
provide() - Method in interface org.restcomm.media.spi.player.PlayerProvider
 
provide() - Method in interface org.restcomm.media.spi.recorder.RecorderProvider
 

R

Recorder - Interface in org.restcomm.media.spi.recorder
 
RecorderEvent - Interface in org.restcomm.media.spi.recorder
 
RecorderListener - Interface in org.restcomm.media.spi.recorder
 
RecorderProvider - Interface in org.restcomm.media.spi.recorder
Provides media recorders.
recycle() - Method in class org.restcomm.media.spi.memory.Frame
 
recycle(Frame) - Method in class org.restcomm.media.spi.memory.Partition
 
RelayType - Enum in org.restcomm.media.spi
List of possible types of Media Relay.
release() - Method in class org.restcomm.media.spi.pooling.AbstractResourcePool
 
release() - Method in interface org.restcomm.media.spi.pooling.ResourcePool
Releases all resources held by the pool.
releaseAudioComponent(Component, ComponentType) - Method in interface org.restcomm.media.ComponentFactory
Frees previously allocated component component.
releaseConnection(Connection, boolean) - Method in interface org.restcomm.media.ComponentFactory
Releases new connection.
releaseResource(MediaType, ComponentType) - Method in interface org.restcomm.media.spi.Endpoint
Allows to release resource when not needed anymore
remove(Format) - Method in class org.restcomm.media.spi.format.Formats
Removes specified format from this collection.
remove(L) - Method in class org.restcomm.media.spi.listener.Listeners
Removes listener from the collection.
removeListener(ConnectionListener) - Method in interface org.restcomm.media.spi.Connection
Removes connection state listener.
removeListener(DtmfDetectorListener) - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
 
removeListener(DtmfGeneratorListener) - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
removeListener(PlayerListener) - Method in interface org.restcomm.media.spi.player.Player
 
removeListener(RecorderListener) - Method in interface org.restcomm.media.spi.recorder.Recorder
Unregisters listener
removeListener(ToneDetectorListener) - Method in interface org.restcomm.media.spi.tone.ToneDetector
 
removeManager(ServerManager) - Method in interface org.restcomm.media.spi.MediaServer
Unregisters given manager.
reset() - Method in interface org.restcomm.media.Component
Resets component to its original state.
reset() - Method in class org.restcomm.media.spi.memory.Frame
 
ResourceGroup - Interface in org.restcomm.media.spi
 
ResourcePool<T extends PooledObject> - Interface in org.restcomm.media.spi.pooling
Represents a resource pool that manages a collection of PooledObject.
ResourceUnavailableException - Exception in org.restcomm.media.spi
 
ResourceUnavailableException(String, InterruptedException) - Constructor for exception org.restcomm.media.spi.ResourceUnavailableException
Creates a new instance of ResourceUnavailableException
ResourceUnavailableException() - Constructor for exception org.restcomm.media.spi.ResourceUnavailableException
 
ResourceUnavailableException(String, Throwable) - Constructor for exception org.restcomm.media.spi.ResourceUnavailableException
 
ResourceUnavailableException(String) - Constructor for exception org.restcomm.media.spi.ResourceUnavailableException
 
ResourceUnavailableException(Throwable) - Constructor for exception org.restcomm.media.spi.ResourceUnavailableException
 

S

ServerManager - Interface in org.restcomm.media.spi
 
setChannels(int) - Method in class org.restcomm.media.spi.format.AudioFormat
Modifies number of channels.
setChannels(int) - Method in class org.restcomm.media.spi.format.DtlsFormat
Modifies number of channels.
setCodecs(List<String>) - Method in interface org.restcomm.media.spi.dsp.DspFactory
Configures supported codecs.
setConnectionFailureListener(ConnectionFailureListener) - Method in interface org.restcomm.media.spi.Connection
Sets connection failure listener.
setDigit(String) - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
setDsp(Processor, MediaType) - Method in interface org.restcomm.media.spi.MultimediaSource
 
setDuration(long) - Method in interface org.restcomm.media.MediaSource
Sets maximum duration for the signal generated by media source
setDuration(long) - Method in class org.restcomm.media.spi.memory.Frame
 
setEndpoint(Endpoint) - Method in interface org.restcomm.media.spi.Connection
Sets the endpoint which executes this connection.
setEOM(boolean) - Method in class org.restcomm.media.spi.memory.Frame
 
setFormat(Format) - Method in class org.restcomm.media.spi.memory.Frame
 
setFrameRate(int) - Method in class org.restcomm.media.spi.format.VideoFormat
Modifies frame rate.
setFrequency(int[]) - Method in interface org.restcomm.media.spi.tone.ToneDetector
Set frequencies of tone that detector should search for If tone detected the system fires tone event.
setHeader(String) - Method in class org.restcomm.media.spi.memory.Frame
 
setInitialDelay(long) - Method in interface org.restcomm.media.MediaSource
Defines the delay between start() call and actual media streaming beginning.
setInterdigitInterval(int) - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
The time the system will wait between DTMF digits.
setIsLocal(boolean) - Method in interface org.restcomm.media.spi.Connection
Gets whether connection should be bound to local or remote interface , supported only for rtp connections.
setLength(int) - Method in class org.restcomm.media.spi.memory.Frame
 
setMaxRecordTime(long) - Method in interface org.restcomm.media.spi.recorder.Recorder
Sets the time for recording.
setMediaTime(long) - Method in interface org.restcomm.media.MediaSource
Assigns media time from which this component should start media data.
setMode(ConnectionMode) - Method in interface org.restcomm.media.spi.Connection
Modify mode of this connection for all known media types.
setName(EncodingName) - Method in class org.restcomm.media.spi.format.Format
Modifies encoding name.
setOffset(int) - Method in class org.restcomm.media.spi.memory.Frame
 
setOOBDigit(String) - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
setOptions(Text) - Method in class org.restcomm.media.spi.format.Format
Modify options.
setOtherParty(Connection) - Method in interface org.restcomm.media.spi.Connection
Joins endpoint wich executes this connection with other party.
setOtherParty(byte[]) - Method in interface org.restcomm.media.spi.Connection
Joins endpoint which executes this connection with other party.
setOtherParty(Text) - Method in interface org.restcomm.media.spi.Connection
Joins endpoint which executes this connection with other party.
setPostSpeechTimer(long) - Method in interface org.restcomm.media.spi.recorder.Recorder
Changes post-speech timer value.
setPreSpeechTimer(long) - Method in interface org.restcomm.media.spi.recorder.Recorder
Changes post-speech timer value.
setRecordDir(String) - Method in interface org.restcomm.media.spi.recorder.Recorder
Set the Record path.
setRecordFile(String, boolean) - Method in interface org.restcomm.media.spi.recorder.Recorder
Assign file for recording.
setSampleRate(int) - Method in class org.restcomm.media.spi.format.AudioFormat
Modifies sampling rate value.
setSampleRate(int) - Method in class org.restcomm.media.spi.format.DtlsFormat
Modifies sampling rate value.
setSampleSize(int) - Method in class org.restcomm.media.spi.format.AudioFormat
Modifies sample size.
setSampleSize(int) - Method in class org.restcomm.media.spi.format.DtlsFormat
Modifies sample size.
setScheduler(PriorityQueueScheduler) - Method in interface org.restcomm.media.spi.Endpoint
Sets the scheduler
setSendPTime(Boolean) - Method in class org.restcomm.media.spi.format.Format
 
setSequenceNumber(long) - Method in class org.restcomm.media.spi.memory.Frame
 
setText(String) - Method in interface org.restcomm.media.spi.resource.TTSEngine
Sets text to speech.
setTimeout(long) - Method in enum org.restcomm.media.spi.ConnectionState
 
setTimestamp(long) - Method in class org.restcomm.media.spi.memory.Frame
 
setToneDuration(int) - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
setURL(String) - Method in interface org.restcomm.media.spi.player.Player
Assigns URL to play media from.
setVoiceName(String) - Method in interface org.restcomm.media.spi.resource.TTSEngine
Assign the voice name to speak
setVolume(int) - Method in interface org.restcomm.media.spi.dsp.Attenuator
Set the voulme in decible by which you want to reduce the strength.
setVolume(int) - Method in interface org.restcomm.media.spi.dtmf.DtmfDetector
Describes the power level of the tone, expressed in dBm0
setVolume(int) - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
 
setVolume(int) - Method in interface org.restcomm.media.spi.resource.TTSEngine
Sets the volume level of the speech.
setVolume(int) - Method in interface org.restcomm.media.spi.tone.ToneDetector
Describes the power level of the tone, expressed in dBm0
shouldSendPTime() - Method in class org.restcomm.media.spi.format.Format
 
size() - Method in class org.restcomm.media.spi.format.Formats
Gets the number of formats contained inside collection.
size - Variable in class org.restcomm.media.spi.memory.Partition
 
size() - Method in class org.restcomm.media.spi.pooling.AbstractResourcePool
 
size() - Method in interface org.restcomm.media.spi.pooling.ResourcePool
Gets the maximum size of the pool.
SPEECH_DETECTED - Static variable in interface org.restcomm.media.spi.recorder.RecorderEvent
 
split(char) - Method in class org.restcomm.media.spi.utils.Text
Splits text into partitions.
split(Text) - Method in class org.restcomm.media.spi.utils.Text
Splits text into partitions.
start() - Method in interface org.restcomm.media.MediaSource
Starts media processing.
start() - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
Starts media processing.
start() - Method in interface org.restcomm.media.spi.Endpoint
Starts endpoint.
start() - Method in interface org.restcomm.media.spi.MediaServer
Starts the Media Server.
START - Static variable in interface org.restcomm.media.spi.player.PlayerEvent
 
START - Static variable in interface org.restcomm.media.spi.recorder.RecorderEvent
 
startsWith(Text) - Method in class org.restcomm.media.spi.utils.Text
Indicates whether the text starts with a certain pattern.
STATE_CHANGE - Static variable in interface org.restcomm.media.spi.ConnectionEvent
 
stop() - Method in interface org.restcomm.media.MediaSource
Terminates media processing.
stop() - Method in interface org.restcomm.media.spi.dtmf.DtmfGenerator
Terminates media processing.
stop() - Method in interface org.restcomm.media.spi.Endpoint
Terminates endpoint's execution.
stop() - Method in interface org.restcomm.media.spi.MediaServer
Stops the Media Server.
STOP - Static variable in interface org.restcomm.media.spi.player.PlayerEvent
 
STOP - Static variable in interface org.restcomm.media.spi.recorder.RecorderEvent
 
strain(byte[], int, int) - Method in class org.restcomm.media.spi.utils.Text
Strains this object into the memory area.
subSequence(int, int) - Method in class org.restcomm.media.spi.utils.Text
(Non Java-doc.)
subtext(int, int) - Method in class org.restcomm.media.spi.utils.Text
 
subtext(int) - Method in class org.restcomm.media.spi.utils.Text
 
SUCCESS - Static variable in interface org.restcomm.media.spi.recorder.RecorderEvent
 

T

Task - Interface in org.restcomm.media.spi.clock
Represents sporadic task which is executed by Scheduler.
Text - Class in org.restcomm.media.spi.utils
Case insensitive text block representation.
Text() - Constructor for class org.restcomm.media.spi.utils.Text
Create an empty text object.
Text(Text) - Constructor for class org.restcomm.media.spi.utils.Text
Creates new object with specified text.
Text(String) - Constructor for class org.restcomm.media.spi.utils.Text
Creates new instance with specified text.
Text(int) - Constructor for class org.restcomm.media.spi.utils.Text
Creates new text matching to specified integer number.
Text(byte[], int, int) - Constructor for class org.restcomm.media.spi.utils.Text
Creates new instance and straining it into memory.
Timer - Interface in org.restcomm.media.spi.clock
 
TimerTask - Interface in org.restcomm.media.spi.clock
 
toInteger() - Method in class org.restcomm.media.spi.utils.Text
Converts string value to integer
toLong() - Method in class org.restcomm.media.spi.utils.Text
Converts string value to long
ToneDetector - Interface in org.restcomm.media.spi.tone
 
ToneDetectorListener - Interface in org.restcomm.media.spi.tone
 
ToneEvent - Interface in org.restcomm.media.spi.tone
 
TooManyConnectionsException - Exception in org.restcomm.media.spi
 
TooManyConnectionsException() - Constructor for exception org.restcomm.media.spi.TooManyConnectionsException
Creates a new instance of TooManyConnectionsException without detail message.
TooManyConnectionsException(String) - Constructor for exception org.restcomm.media.spi.TooManyConnectionsException
Constructs an instance of TooManyConnectionsException with the specified detail message.
TooManyListenersException - Exception in org.restcomm.media.spi.listener
 
TooManyListenersException() - Constructor for exception org.restcomm.media.spi.listener.TooManyListenersException
Creates a new instance of TooManyListenersException without detail message.
TooManyListenersException(String) - Constructor for exception org.restcomm.media.spi.listener.TooManyListenersException
Constructs an instance of TooManyListenersException with the specified detail message.
toString() - Method in enum org.restcomm.media.spi.ConnectionState
 
toString() - Method in class org.restcomm.media.spi.format.ApplicationFormat
 
toString() - Method in class org.restcomm.media.spi.format.AudioFormat
 
toString() - Method in class org.restcomm.media.spi.format.DtlsFormat
 
toString() - Method in class org.restcomm.media.spi.format.Format
 
toString() - Method in class org.restcomm.media.spi.format.Formats
 
toString() - Method in class org.restcomm.media.spi.format.VideoFormat
 
toString() - Method in class org.restcomm.media.spi.utils.Text
 
trim() - Method in class org.restcomm.media.spi.utils.Text
Removes whitespace from the head and tail of the string.
TTSEngine - Interface in org.restcomm.media.spi.resource
 

U

uninstall() - Method in interface org.restcomm.media.spi.EndpointInstaller
Uninstalls endpoint.

V

valueOf(String) - Static method in enum org.restcomm.media.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restcomm.media.spi.ConnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restcomm.media.spi.ConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restcomm.media.spi.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restcomm.media.spi.ControlProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restcomm.media.spi.EndpointState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restcomm.media.spi.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restcomm.media.spi.RelayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restcomm.media.spi.Valve
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.restcomm.media.ComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restcomm.media.spi.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restcomm.media.spi.ConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restcomm.media.spi.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restcomm.media.spi.ControlProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restcomm.media.spi.EndpointState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restcomm.media.spi.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restcomm.media.spi.RelayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restcomm.media.spi.Valve
Returns an array containing the constants of this enum type, in the order they are declared.
Valve - Enum in org.restcomm.media.spi
 
VideoFormat - Class in org.restcomm.media.spi.format
 
VideoFormat(EncodingName) - Constructor for class org.restcomm.media.spi.format.VideoFormat
Creates new format descriptor.
VideoFormat(EncodingName, int) - Constructor for class org.restcomm.media.spi.format.VideoFormat
Creates new format descriptor.
VideoFormat(String) - Constructor for class org.restcomm.media.spi.format.VideoFormat
Creates new format descriptor.
VideoFormat(String, int) - Constructor for class org.restcomm.media.spi.format.VideoFormat
Creates new format descriptor.

W

write(ByteBuffer) - Method in class org.restcomm.media.spi.utils.Text
Writes this text into byte buffer.
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2017 TeleStax, Inc.. All Rights Reserved.