fm.liveswitch.TransportCCPacketStatusSymbol Enum Reference

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...
 

Detailed Description

An RTCP transport-wide congestion control (transport-cc) packet status symbol.

Constructor & Destructor Documentation

◆ TransportCCPacketStatusSymbol()

fm.liveswitch.TransportCCPacketStatusSymbol.TransportCCPacketStatusSymbol ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.TransportCCPacketStatusSymbol.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.TransportCCPacketStatusSymbol.getAssignedValue ( )

◆ getByAssignedValue()

static TransportCCPacketStatusSymbol fm.liveswitch.TransportCCPacketStatusSymbol.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ PacketNotReceived

fm.liveswitch.TransportCCPacketStatusSymbol.PacketNotReceived =(1)

Indicates the packet was not received.

◆ PacketReceivedLargeOrNegativeDelta

fm.liveswitch.TransportCCPacketStatusSymbol.PacketReceivedLargeOrNegativeDelta =(3)

Indicates the packet was received with a large or negative delta.

◆ PacketReceivedSmallDelta

fm.liveswitch.TransportCCPacketStatusSymbol.PacketReceivedSmallDelta =(2)

Indicates the packet was received with a small delta.