org.red5.server.net.rtp.rtcp
Class SDESInfo

java.lang.Object
  extended by org.red5.server.net.rtp.rtcp.SDESInfo
All Implemented Interfaces:
RTCPInfo

public class SDESInfo
extends Object
implements RTCPInfo

Author:
Matteo Merli (matteo.merli@gmail.com)

Nested Class Summary
static class SDESInfo.Type
           
 
Constructor Summary
SDESInfo(RTCPPacket packet, ByteBuffer buffer)
           
 
Method Summary
 ByteBuffer toBuffer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDESInfo

public SDESInfo(RTCPPacket packet,
                ByteBuffer buffer)
Method Detail

toBuffer

public ByteBuffer toBuffer()
Specified by:
toBuffer in interface RTCPInfo


Copyright © 2006-2009 The Red5 Project