Uses of Class
org.mobicents.media.Format

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

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()
           
 



Copyright © 2010. All Rights Reserved.