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