Class FecProtectionParameters
FEC protection parameters.
Inheritance
System.Object
FecProtectionParameters
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class FecProtectionParameters
Constructors
FecProtectionParameters()
Initializes a new instance of the FecProtectionParameters class.
Declaration
public FecProtectionParameters()
Properties
MaskType
Gets or sets the type of the FEC mask.
Declaration
public FecMaskType MaskType { get; set; }
Property Value
Type | Description |
---|---|
FecMaskType |
MaxFrames
Gets or sets the maximum FEC frames.
Declaration
public int MaxFrames { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Rate
Gets or sets the FEC rate.
Declaration
public int Rate { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UseUepProtection
Gets or sets whether UEP protection should be used.
Declaration
public bool UseUepProtection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |