fm.liveswitch.VideoRetentionPolicy Enum Reference

The local policy for how we will handle video retention on poor connections. More...

Public Member Functions

 VideoRetentionPolicy (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static VideoRetentionPolicy getByAssignedValue (int value)
 

Public Attributes

 AlwaysRetain =(1)
 Video will always be retained regardless of connection viability. More...
 
 DynamicRetention =(2)
 Video will be dynamically disabled or enabled dependant on the connections restraints. More...
 
 NeverRetain =(3)
 Video will be disabled and stay disabled on first indication of failure. More...
 

Detailed Description

The local policy for how we will handle video retention on poor connections.

Constructor & Destructor Documentation

◆ VideoRetentionPolicy()

fm.liveswitch.VideoRetentionPolicy.VideoRetentionPolicy ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.VideoRetentionPolicy.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.VideoRetentionPolicy.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ AlwaysRetain

fm.liveswitch.VideoRetentionPolicy.AlwaysRetain =(1)

Video will always be retained regardless of connection viability.

◆ DynamicRetention

fm.liveswitch.VideoRetentionPolicy.DynamicRetention =(2)

Video will be dynamically disabled or enabled dependant on the connections restraints.

◆ NeverRetain

fm.liveswitch.VideoRetentionPolicy.NeverRetain =(3)

Video will be disabled and stay disabled on first indication of failure.