fm.liveswitch.BandwidthAdaptationPolicy Enum Reference

RTP packet header Extension support policies. More...

Public Member Functions

 BandwidthAdaptationPolicy (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static BandwidthAdaptationPolicy getByAssignedValue (int value)
 

Public Attributes

 Disabled =(1)
 Indicates a policy where stream bandwidth adaptation of encoder bitrates is disabled. More...
 
 Enabled =(2)
 Indicates a policy where stream bandwidth adaptation of encoder bitrates is enabled. More...
 

Detailed Description

RTP packet header Extension support policies.

Constructor & Destructor Documentation

◆ BandwidthAdaptationPolicy()

fm.liveswitch.BandwidthAdaptationPolicy.BandwidthAdaptationPolicy ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.BandwidthAdaptationPolicy.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.BandwidthAdaptationPolicy.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Disabled

fm.liveswitch.BandwidthAdaptationPolicy.Disabled =(1)

Indicates a policy where stream bandwidth adaptation of encoder bitrates is disabled.

◆ Enabled

fm.liveswitch.BandwidthAdaptationPolicy.Enabled =(2)

Indicates a policy where stream bandwidth adaptation of encoder bitrates is enabled.