Uses of Class
org.mobicents.media.Format

Packages that use Format
org.mobicents.media   
org.mobicents.media.format   
org.mobicents.media.server.spi.dsp   
org.mobicents.media.server.spi.rtp   
 

Uses of Format in org.mobicents.media
 

Fields in org.mobicents.media declared as Format
static Format Format.ANY
           
static Format Format.RAW_RTP
           
 

Methods in org.mobicents.media that return Format
 Format Component.getFormat()
          Gets the format used for communication.
 Format Buffer.getFormat()
           
 Format[] MediaSource.getFormats()
          Get possible formats in which this source can stream media.
 Format[] MediaSink.getFormats()
          Get possible formats which this consumer can handle.
 Format Format.relax()
           
 

Methods in org.mobicents.media with parameters of type Format
 boolean Format.isSameEncoding(Format other)
           
 boolean Format.matches(Format format)
           
 void Buffer.setFormat(Format format)
           
 

Uses of Format in org.mobicents.media.format
 

Subclasses of Format in org.mobicents.media.format
 class AudioFormat
          Standard JMF class -- see this class in the JMF Javadoc.
 class VideoFormat
          Standard JMF class -- see this class in the JMF Javadoc.
 

Methods in org.mobicents.media.format that return Format
 Format UnsupportedFormatException.getFailedFormat()
           
 Format VideoFormat.relax()
           
 

Methods in org.mobicents.media.format with parameters of type Format
 boolean AudioFormat.matches(Format format)
           
 boolean VideoFormat.matches(Format format)
           
 

Constructors in org.mobicents.media.format with parameters of type Format
UnsupportedFormatException(Format unsupportedFormat)
           
UnsupportedFormatException(java.lang.String message, Format unsupportedFormat)
           
 

Uses of Format in org.mobicents.media.server.spi.dsp
 

Methods in org.mobicents.media.server.spi.dsp that return Format
 Format CodecFactory.getSupportedInputFormat()
           
 Format Codec.getSupportedInputFormat()
           
 Format CodecFactory.getSupportedOutputFormat()
           
 Format Codec.getSupportedOutputFormat()
           
 

Uses of Format in org.mobicents.media.server.spi.rtp
 

Methods in org.mobicents.media.server.spi.rtp that return types with arguments of type Format
 java.util.Hashtable<java.lang.Integer,Format> AVProfile.getProfile()
           
 

Methods in org.mobicents.media.server.spi.rtp with parameters of type Format
 void RtpSocket.setFormat(int payloadId, Format format)
          Specifies format and payload id which will be used by this socket for transmission This methods should be used by other components which are responsible for SDP negotiation.
 

Method parameters in org.mobicents.media.server.spi.rtp with type arguments of type Format
 void AVProfile.setProfile(java.util.Hashtable<java.lang.Integer,Format> profile)
           
 



Copyright © 2010. All Rights Reserved.