| Constructor and Description |
|---|
SDPWrapper(javax.sdp.SessionDescription sdp) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RTPInfo> |
getRTPInfo()
For many VoIP applications, RTP is the most common protocol and this
convenience method extracts out all the RTP related information in the
SDP and presents it in one easy accessible "packet".
|
Buffer |
toBuffer()
Get the raw buffer representing this SDP.
|
String |
toString()
Same as
SDP.toBuffer().SDP.toString() |
public Collection<RTPInfo> getRTPInfo()
SDPgetRTPInfo in interface SDPpublic Buffer toBuffer()
SDPpublic String toString()
SDPSDP.toBuffer().SDP.toString()Copyright © 2015. All Rights Reserved.