Uses of Class
org.mobicents.sdp.Format

Packages that use Format
org.mobicents.sdp   
 

Uses of Format in org.mobicents.sdp
 

Subclasses of Format in org.mobicents.sdp
 class AudioFormat
           
 class RTPAudioFormat
          This represents the RTP Audio Format.
 class RTPFormatParser
           
 class RTPVideoFormat
           
 class VideoFormat
          Standard JMF class -- see this class in the JMF Javadoc.
 

Fields in org.mobicents.sdp declared as Format
static Format Format.ANY
           
 

Methods in org.mobicents.sdp that return Format
 Format UnsupportedFormatException.getFailedFormat()
           
 

Methods in org.mobicents.sdp that return types with arguments of type Format
static HashMap<Integer,Format> RTPFormatParser.getFormats(javax.sdp.MediaDescription md)
           
static HashMap<Integer,Format> RTPFormatParser.getFormats(javax.sdp.SessionDescription sdp, String mediaType)
           
 

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

Constructors in org.mobicents.sdp with parameters of type Format
UnsupportedFormatException(Format unsupportedFormat)
           
UnsupportedFormatException(String message, Format unsupportedFormat)
           
 



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