Class SliControlFrame
An RTCP Feedback PS-SLI packet.
Inheritance
System.Object
SliControlFrame
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 SliControlFrame : PayloadSpecificControlFrame
Constructors
SliControlFrame()
Initializes a new instance of the SliControlFrame class.
Declaration
public SliControlFrame()
SliControlFrame(DataBuffer)
Initializes a new instance of the SliControlFrame class.
Declaration
public SliControlFrame(DataBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
DataBuffer | buffer | The buffer. |
SliControlFrame(Sli)
Initializes a new instance of the SliControlFrame class.
Declaration
public SliControlFrame(Sli sli)
Parameters
Type | Name | Description |
---|---|---|
Sli | sli | The sli. |
SliControlFrame(Sli[])
Initializes a new instance of the SliControlFrame class.
Declaration
public SliControlFrame(Sli[] slis)
Parameters
Type | Name | Description |
---|---|---|
Sli[] | slis | The slis. |
Properties
RegisteredFedbackMessageType
Gets the the registered fedback message type.
Declaration
public static int RegisteredFedbackMessageType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SliceLossIndications
Gets the slice loss indications.
Declaration
public Sli[] SliceLossIndications { get; }
Property Value
Type | Description |
---|---|
Sli[] |
SliceLossIndicationsCount
Gets the number of SLIs in the FCI field.
Declaration
public int SliceLossIndicationsCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |