Enum TransportCCPacketStatusSymbol
An RTCP transport-wide congestion control (transport-cc) packet status symbol.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum TransportCCPacketStatusSymbol
Fields
| Name | Description |
|---|---|
| PacketNotReceived | Indicates the packet was not received. |
| PacketReceivedLargeOrNegativeDelta | Indicates the packet was received with a large or negative delta. |
| PacketReceivedSmallDelta | Indicates the packet was received with a small delta. |