RtcpSenderReport Class |
Namespace: StreamCoders.Rtp
The RtcpSenderReport type exposes the following members.
Name | Description | |
---|---|---|
![]() | RtcpSenderReport |
Constructor.
|
Name | Description | |
---|---|---|
![]() | CreationTime |
Gets the time of the creation.
(Inherited from RtcpPacket.) |
![]() | OctetCount |
The number of bytes sent.
|
![]() | PacketCount |
The number of packets sent.
|
![]() | PacketType |
The RTCP packet Type of which the packet was instantiated.
(Inherited from RtcpPacket.) |
![]() | Padding |
The RTCP padding field.
(Inherited from RtcpPacket.) |
![]() | RtpTimestamp |
The NTP time of the sender expressed in RTP Timestamp units.
|
![]() | Ssrc |
This is the Synchronization Source (Ssrc) of the Sender.
|
![]() | Version |
The RTCP version field. This should always be 2.
(Inherited from RtcpPacket.) |
Name | Description | |
---|---|---|
![]() | ParseData |
Parses the an array of bytes to the appriate fields within an object.
(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 | |
---|---|---|
![]() | NtpTime |
The NTP time of the sender. This value should be either received from an NTP Server or
your system time (synchronized by NTP).
|
![]() | 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.) |