org.mobicents.mscontrol.sdp
Class VideoFormatParser

java.lang.Object
  extended by org.mobicents.mscontrol.sdp.VideoFormatParser
All Implemented Interfaces:
FormatParser

public class VideoFormatParser
extends Object
implements FormatParser

Author:
kulikov, amit bhayani

Field Summary
 
Fields inherited from interface org.mobicents.mscontrol.sdp.FormatParser
AVPROFILE
 
Constructor Summary
VideoFormatParser()
           
 
Method Summary
 Format getFormat(int payload)
           
 boolean parse(String rtpmap, int[] payloads, Format[] formats, int count)
           
 void write(StringBuffer buff, int p, Format f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoFormatParser

public VideoFormatParser()
Method Detail

getFormat

public Format getFormat(int payload)
Specified by:
getFormat in interface FormatParser

parse

public boolean parse(String rtpmap,
                     int[] payloads,
                     Format[] formats,
                     int count)
Specified by:
parse in interface FormatParser

write

public void write(StringBuffer buff,
                  int p,
                  Format f)
Specified by:
write in interface FormatParser


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