fm.liveswitch.RembPolicy Enum Reference

The local policy for the use of Receiver Estimated Maximum Bitrates (goog-remb). More...

Public Member Functions

 RembPolicy (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static RembPolicy getByAssignedValue (int value)
 

Public Attributes

 Disabled =(1)
 The usage of goog-rembs is disabled. More...
 
 Negotiated =(2)
 The usage of goog-rembs is negotiated with the peer. More...
 

Detailed Description

The local policy for the use of Receiver Estimated Maximum Bitrates (goog-remb).

Cf. https://tools.ietf.org/html/draft-alvestrand-rmcat-remb-03

Constructor & Destructor Documentation

◆ RembPolicy()

fm.liveswitch.RembPolicy.RembPolicy ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.RembPolicy.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.RembPolicy.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Disabled

fm.liveswitch.RembPolicy.Disabled =(1)

The usage of goog-rembs is disabled.

◆ Negotiated

fm.liveswitch.RembPolicy.Negotiated =(2)

The usage of goog-rembs is negotiated with the peer.