Click or drag to resize
RtcpReceiverReport Class
RTCP Receiver report.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtpRtcpPacket
    StreamCoders.RtpRtcpReceiverReport

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

The RtcpReceiverReport type exposes the following members.

Constructors
  NameDescription
Public methodRtcpReceiverReport
Constructor.
Top
Properties
  NameDescription
Public propertyCreationTime
Gets the time of the creation.
(Inherited from RtcpPacket.)
Public propertyPacketType
The RTCP packet Type of which the packet was instantiated.
(Inherited from RtcpPacket.)
Public propertyPadding
The RTCP padding field.
(Inherited from RtcpPacket.)
Public propertySsrc
The Synchronization source.
Public propertyVersion
The RTCP version field. This should always be 2.
(Inherited from RtcpPacket.)
Top
Methods
Fields
  NameDescription
Public fieldReportBlocks
Holds report blocks to transport additional information.
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