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... | |
Forward error correction mask types.
| fm.liveswitch.FecMaskType.FecMaskType | ( | int | value | ) |
|
static |
| int fm.liveswitch.FecMaskType.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.FecMaskType.Bursty =(2) |
Indicates a bursty FEC mask type.
| fm.liveswitch.FecMaskType.Random =(1) |
Indicates a random FEC mask type.