fm.liveswitch.SimulcastMode Enum Reference

The simulcast mode. More...

Public Member Functions

 SimulcastMode (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static SimulcastMode getByAssignedValue (int value)
 

Public Attributes

 Disabled =(1)
 Simulcast will not be signalled. More...
 
 SynchronizationSource =(2)
 Simulcast will be signalled using synchronization sources and the "SIM" synchronization source group. More...
 
 RtpStreamId =(3)
 Simulcast will be signalled using RTP stream identifiers and the "simulcast" media attribute. More...
 

Detailed Description

The simulcast mode.

Constructor & Destructor Documentation

◆ SimulcastMode()

fm.liveswitch.SimulcastMode.SimulcastMode ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.SimulcastMode.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.SimulcastMode.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Disabled

fm.liveswitch.SimulcastMode.Disabled =(1)

Simulcast will not be signalled.

◆ RtpStreamId

fm.liveswitch.SimulcastMode.RtpStreamId =(3)

Simulcast will be signalled using RTP stream identifiers and the "simulcast" media attribute.

◆ SynchronizationSource

fm.liveswitch.SimulcastMode.SynchronizationSource =(2)

Simulcast will be signalled using synchronization sources and the "SIM" synchronization source group.