Uses of Class
org.mobicents.mscontrol.sdp.Format

Packages that use Format
org.mobicents.mscontrol.sdp   
 

Uses of Format in org.mobicents.mscontrol.sdp
 

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

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

Methods in org.mobicents.mscontrol.sdp that return Format
 Format VideoFormatParser.getFormat(int payload)
           
 Format FormatParser.getFormat(int payload)
           
 Format MediaDescriptor.getFormat(int i)
           
 Format AudioFormatParser.getFormat(int payload)
           
 Format Format.relax()
           
 Format VideoFormat.relax()
           
 

Methods in org.mobicents.mscontrol.sdp that return types with arguments of type Format
 Hashtable<Integer,Format> AVProfile.getProfile()
           
 

Methods in org.mobicents.mscontrol.sdp with parameters of type Format
 void MediaDescriptor.addFormat(int payload, Format format)
           
 void MediaDescriptor.exclude(Format format)
           
 void SessionDescriptor.exclude(MediaType mediaType, Format fmt)
           
 boolean Format.isSameEncoding(Format other)
           
 boolean AudioFormat.matches(Format format)
           
 boolean Format.matches(Format format)
           
 boolean VideoFormat.matches(Format format)
           
 boolean VideoFormatParser.parse(String rtpmap, int[] payloads, Format[] formats, int count)
           
 boolean FormatParser.parse(String rtpmap, int[] payloads, Format[] formats, int count)
           
 boolean AudioFormatParser.parse(String rtpmap, int[] payloads, Format[] formats, int count)
           
 void VideoFormatParser.write(StringBuffer buff, int p, Format f)
           
 void FormatParser.write(StringBuffer buffer, int p, Format f)
           
 void AudioFormatParser.write(StringBuffer buff, int p, Format f)
           
 

Method parameters in org.mobicents.mscontrol.sdp with type arguments of type Format
 void AVProfile.setProfile(Hashtable<Integer,Format> profile)
           
 



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