Click or drag to resize
RtcpCompoundPacket Class
Encapsulates multiple RTCP Packets and is used to hold incoming and outgoing RTCP reports.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtpRtcpCompoundPacket

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class RtcpCompoundPacket

The RtcpCompoundPacket type exposes the following members.

Constructors
  NameDescription
Public methodRtcpCompoundPacket
Constructor.
Top
Properties
  NameDescription
Public propertyPackets
Gets the packets.
Top
Methods
  NameDescription
Public methodAddPacket
Adds a newly created RTCP packet to the compound packet.
Public methodContains
Query if this object contains the given ptype.
Public methodFind
Searches for the first match for the given rtcp type.
Public methodParseData
Parses an array of bytes to one or more RTCP packets.
Public methodRemovePacket
Removes a previously added RTCP packet from the compound packet.
Public methodToByteArray
Compiles all RTCP packets in the compound packet to a single array of bytes.
Public methodToOffsetBuffer
Compiles all RTCP packets in the compound packet to a single array of bytes.
Public methodToString
Convert this object into a string representation.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also