|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.sdp.Format
org.mobicents.sdp.RTPFormatParser
public abstract class RTPFormatParser
| Field Summary |
|---|
| Fields inherited from class org.mobicents.sdp.Format |
|---|
ANY, encoding, FALSE, FORMAT_HASHMAP_DEFAULT_INITIAL_CAPACITY, FORMAT_HASHMAP_DEFAULT_LOAD_FACTOR, NOT_SPECIFIED, TRUE |
| Constructor Summary | |
|---|---|
RTPFormatParser(String encodingName)
Creates a new instance of RTPFormat |
|
| Method Summary | |
|---|---|
abstract Collection<javax.sdp.Attribute> |
encode()
|
static HashMap<Integer,Format> |
getFormats(javax.sdp.MediaDescription md)
|
static HashMap<Integer,Format> |
getFormats(javax.sdp.SessionDescription sdp,
String mediaType)
|
int |
getPayloadType()
|
String |
toSdp()
|
| Methods inherited from class org.mobicents.sdp.Format |
|---|
equals, getEncoding, hashCode, isSameEncoding, isSameEncoding, matches, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RTPFormatParser(String encodingName)
| Method Detail |
|---|
public int getPayloadType()
public static HashMap<Integer,Format> getFormats(javax.sdp.SessionDescription sdp,
String mediaType)
throws javax.sdp.SdpParseException,
javax.sdp.SdpException
javax.sdp.SdpParseException
javax.sdp.SdpException
public static HashMap<Integer,Format> getFormats(javax.sdp.MediaDescription md)
throws javax.sdp.SdpParseException,
javax.sdp.SdpException
javax.sdp.SdpParseException
javax.sdp.SdpExceptionpublic String toSdp()
public abstract Collection<javax.sdp.Attribute> encode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||