org.mobicents.mscontrol.sdp
Class AudioFormatParser

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

public class AudioFormatParser
extends Object
implements FormatParser

Author:
kulikov, amit bhayani

Field Summary
 
Fields inherited from interface org.mobicents.mscontrol.sdp.FormatParser
AVPROFILE
 
Constructor Summary
AudioFormatParser()
           
 
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

AudioFormatParser

public AudioFormatParser()
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.