org.mobicents.media.server.impl.rtcp
Class RtcpSdes

java.lang.Object
  extended by org.mobicents.media.server.impl.rtcp.RtcpCommonHeader
      extended by org.mobicents.media.server.impl.rtcp.RtcpSdes

public class RtcpSdes
extends RtcpCommonHeader

Author:
amit bhayani

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

RtcpSdes

protected RtcpSdes()

RtcpSdes

public RtcpSdes(boolean padding)
Method Detail

decode

protected int decode(byte[] rawData,
                     int offSet)
Overrides:
decode in class RtcpCommonHeader

encode

protected int encode(byte[] rawData,
                     int offSet)
Overrides:
encode in class RtcpCommonHeader

addRtcpSdesChunk

public void addRtcpSdesChunk(RtcpSdesChunk rtcpSdesChunk)

getSdesChunks

public RtcpSdesChunk[] getSdesChunks()


Copyright © 2010. All Rights Reserved.