| RtcpReceiverReport Class |
Namespace: StreamCoders.Rtp
The RtcpReceiverReport type exposes the following members.
| Name | Description | |
|---|---|---|
| RtcpReceiverReport |
Constructor.
|
| Name | Description | |
|---|---|---|
| CreationTime |
Gets the time of the creation.
(Inherited from RtcpPacket.) | |
| PacketType |
The RTCP packet Type of which the packet was instantiated.
(Inherited from RtcpPacket.) | |
| Padding |
The RTCP padding field.
(Inherited from RtcpPacket.) | |
| Ssrc |
The Synchronization source.
| |
| Version |
The RTCP version field. This should always be 2.
(Inherited from RtcpPacket.) |
| Name | Description | |
|---|---|---|
| ParseData |
Parses a buffer to an RTCP Receiver Report.
(Overrides RtcpPacketParseData(Byte, UInt32).) | |
| ToByteArray |
Compiles the contents of the packets into an array of bytes.
(Overrides RtcpPacketToByteArray(Byte, UInt32).) | |
| ToString |
Convert this object into a string representation.
(Overrides RtcpPacketToString.) |
| Name | Description | |
|---|---|---|
| ReportBlocks |
Holds report blocks to transport additional information.
|
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |