An RTCP transport-wide congestion control (transport-cc) packet status symbol. More...
Public Member Functions | |
| TransportCCPacketStatusSymbol (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static TransportCCPacketStatusSymbol | getByAssignedValue (int value) |
Public Attributes | |
| PacketNotReceived =(1) | |
| Indicates the packet was not received. More... | |
| PacketReceivedSmallDelta =(2) | |
| Indicates the packet was received with a small delta. More... | |
| PacketReceivedLargeOrNegativeDelta =(3) | |
| Indicates the packet was received with a large or negative delta. More... | |
| PacketReceivedWithoutTimestamp =(4) | |
| Indicates a packet was received without a timestamp. More... | |
An RTCP transport-wide congestion control (transport-cc) packet status symbol.
| fm.liveswitch.TransportCCPacketStatusSymbol.TransportCCPacketStatusSymbol | ( | int | value | ) |
|
static |
| int fm.liveswitch.TransportCCPacketStatusSymbol.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.TransportCCPacketStatusSymbol.PacketNotReceived =(1) |
Indicates the packet was not received.
| fm.liveswitch.TransportCCPacketStatusSymbol.PacketReceivedLargeOrNegativeDelta =(3) |
Indicates the packet was received with a large or negative delta.
| fm.liveswitch.TransportCCPacketStatusSymbol.PacketReceivedSmallDelta =(2) |
Indicates the packet was received with a small delta.
| fm.liveswitch.TransportCCPacketStatusSymbol.PacketReceivedWithoutTimestamp =(4) |
Indicates a packet was received without a timestamp.