Click or drag to resize
RtcpPacket Class
RTCPPacket is the abstract base class for all RTCP packets.
Inheritance Hierarchy

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

The RtcpPacket type exposes the following members.

Properties
  NameDescription
Public propertyCreationTime
Gets the time of the creation.
Public propertyPacketType
The RTCP packet Type of which the packet was instantiated.
Public propertyPadding
The RTCP padding field.
Public propertyVersion
The RTCP version field. This should always be 2.
Top
Methods
  NameDescription
Public methodParseData
Parses the an array of bytes to the appriate fields within an object.
Public methodToByteArray
Compiles the contents of the packets into an array of bytes.
Public methodToString
Returns a string that returns information about the packet in a human readable form.
(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