public interface 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
toBuffer().toString() |
Collection<RTPInfo> getRTPInfo()
Buffer toBuffer()
String toString()
toBuffer().toString()Copyright © 2020. All Rights Reserved.