RtcpCompoundPacket Class |
Namespace: StreamCoders.Rtp
The RtcpCompoundPacket type exposes the following members.
Name | Description | |
---|---|---|
![]() | RtcpCompoundPacket |
Constructor.
|
Name | Description | |
---|---|---|
![]() | AddPacket |
Adds a newly created RTCP packet to the compound packet.
|
![]() | Contains |
Query if this object contains the given ptype.
|
![]() | Find |
Searches for the first match for the given rtcp type.
|
![]() | ParseData |
Parses an array of bytes to one or more RTCP packets.
|
![]() | RemovePacket |
Removes a previously added RTCP packet from the compound packet.
|
![]() | ToByteArray |
Compiles all RTCP packets in the compound packet to a single array of bytes.
|
![]() | ToOffsetBuffer |
Compiles all RTCP packets in the compound packet to a single array of bytes.
|
![]() | ToString |
Convert this object into a string representation.
(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.) |