RtcpSourceDescription Class |
Namespace: StreamCoders.Rtp
The RtcpSourceDescription type exposes the following members.
Name | Description | |
---|---|---|
RtcpSourceDescription |
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.) | |
SourceCount |
Gets the number of sources.
| |
Version |
The RTCP version field. This should always be 2.
(Inherited from RtcpPacket.) |
Name | Description | |
---|---|---|
AddChunk |
Creates a new RTCPSDESChunk and adds it to the internal chunk list.
| |
ParseData |
Parses the an array of bytes to the appriate fields within the 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 | |
---|---|---|
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.) |