Class FirControlFrame
An RTCP full intra request (FIR) packet.
Inheritance
System.Object
FirControlFrame
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 FirControlFrame : PayloadSpecificControlFrame
Constructors
FirControlFrame(DataBuffer)
Initializes a new instance of the FirControlFrame class.
Declaration
public FirControlFrame(DataBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
DataBuffer | buffer | The buffer. |
FirControlFrame(FirEntry)
Initializes a new instance of the FirControlFrame class.
Declaration
public FirControlFrame(FirEntry entry)
Parameters
Type | Name | Description |
---|---|---|
FirEntry | entry | The entry. |
FirControlFrame(FirEntry[])
Initializes a new instance of the FirControlFrame class.
Declaration
public FirControlFrame(FirEntry[] entries)
Parameters
Type | Name | Description |
---|---|---|
FirEntry[] | entries | The entries. |
FirControlFrame(Int32)
Initializes a new instance of the FirControlFrame class.
Declaration
public FirControlFrame(int sequenceNumber)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | sequenceNumber | The sequence number. |
Properties
Entries
Gets or sets the entries.
Declaration
public FirEntry[] Entries { get; set; }
Property Value
Type | Description |
---|---|
FirEntry[] |
Entry
Gets or sets the entry.
Declaration
public FirEntry Entry { get; set; }
Property Value
Type | Description |
---|---|
FirEntry |
RegisteredFeedbackMessageType
Gets the type of the registered feedback message.
Declaration
public static int RegisteredFeedbackMessageType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |