fm.liveswitch.FecMaskType Enum Reference

Forward error correction mask types. More...

Public Member Functions

 FecMaskType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static FecMaskType getByAssignedValue (int value)
 

Public Attributes

 Random =(1)
 Indicates a random FEC mask type. More...
 
 Bursty =(2)
 Indicates a bursty FEC mask type. More...
 

Detailed Description

Forward error correction mask types.

Constructor & Destructor Documentation

◆ FecMaskType()

fm.liveswitch.FecMaskType.FecMaskType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.FecMaskType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.FecMaskType.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Bursty

fm.liveswitch.FecMaskType.Bursty =(2)

Indicates a bursty FEC mask type.

◆ Random

fm.liveswitch.FecMaskType.Random =(1)

Indicates a random FEC mask type.