org.mobicents.media.server.impl.rtp.sdp
Class VideoFormatParser
java.lang.Object
org.mobicents.media.server.impl.rtp.sdp.VideoFormatParser
- All Implemented Interfaces:
- FormatParser
public class VideoFormatParser
- extends java.lang.Object
- implements FormatParser
- Author:
- kulikov, amit bhayani
|
Method Summary |
org.mobicents.media.Format |
getFormat(int payload)
|
boolean |
parse(java.lang.String rtpmap,
int[] payloads,
org.mobicents.media.Format[] formats,
int count)
|
void |
write(java.lang.StringBuffer buff,
int p,
org.mobicents.media.Format f)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VideoFormatParser
public VideoFormatParser()
getFormat
public org.mobicents.media.Format getFormat(int payload)
- Specified by:
getFormat in interface FormatParser
parse
public boolean parse(java.lang.String rtpmap,
int[] payloads,
org.mobicents.media.Format[] formats,
int count)
- Specified by:
parse in interface FormatParser
write
public void write(java.lang.StringBuffer buff,
int p,
org.mobicents.media.Format f)
- Specified by:
write in interface FormatParser
Copyright © 2010. All Rights Reserved.