|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.impl.rtcp.RtcpCommonHeader
org.mobicents.media.server.impl.rtcp.RtcpSdes
public class RtcpSdes
| Field Summary |
|---|
| Fields inherited from class org.mobicents.media.server.impl.rtcp.RtcpCommonHeader |
|---|
count, length, padding, pt, RTCP_APP, RTCP_BYE, RTCP_RR, RTCP_SDES, RTCP_SR, version |
| Constructor Summary | |
|---|---|
protected |
RtcpSdes()
|
|
RtcpSdes(boolean padding)
|
| Method Summary | |
|---|---|
void |
addRtcpSdesChunk(RtcpSdesChunk rtcpSdesChunk)
|
protected int |
decode(byte[] rawData,
int offSet)
|
protected int |
encode(byte[] rawData,
int offSet)
|
RtcpSdesChunk[] |
getSdesChunks()
|
| Methods inherited from class org.mobicents.media.server.impl.rtcp.RtcpCommonHeader |
|---|
getCount, getLength, getPt, getVersion, isPadding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RtcpSdes()
public RtcpSdes(boolean padding)
| Method Detail |
|---|
protected int decode(byte[] rawData,
int offSet)
decode in class RtcpCommonHeader
protected int encode(byte[] rawData,
int offSet)
encode in class RtcpCommonHeaderpublic void addRtcpSdesChunk(RtcpSdesChunk rtcpSdesChunk)
public RtcpSdesChunk[] getSdesChunks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||