Enum RtcpPacketType
Enumeration for the RTCP packet type.
Namespace: SipLib.Rtp
Assembly: SipLib.dll
Syntax
public enum RtcpPacketType
Fields
| Name | Description |
|---|---|
| ByePacket | BYE Packet. See Section 6.6 of RFC 3550. |
| ReceiverReport | Receiver Report. See Section 6.4.2 of RFC 3550. |
| SenderReport | Sender Report. See Section 6.4.1 of RFC 3550. |
| SourceDescriptionReport | Source description report (SDES). See Section 6.5 of RFC 3550. |