| RtcpPacket Class |
Namespace: StreamCoders.Rtp
The RtcpPacket type exposes the following members.
| Name | Description | |
|---|---|---|
| CreationTime |
Gets the time of the creation.
| |
| PacketType |
The RTCP packet Type of which the packet was instantiated.
| |
| Padding |
The RTCP padding field.
| |
| Version |
The RTCP version field. This should always be 2.
|
| Name | Description | |
|---|---|---|
| ParseData |
Parses the an array of bytes to the appriate fields within an object.
| |
| ToByteArray |
Compiles the contents of the packets into an array of bytes.
| |
| ToString |
Returns a string that returns information about the packet in a human readable form.
(Overrides ObjectToString.) |
| 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.) |