Class RembControlFrame
An RTCP receiver estimated maximum bitrate (REMB) packet.
Inheritance
System.Object
RembControlFrame
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)
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class RembControlFrame : PayloadSpecificControlFrame
Constructors
RembControlFrame(DataBuffer)
Initializes a new instance of the RembControlFrame class.
Declaration
public RembControlFrame(DataBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
DataBuffer | buffer | The buffer. |
RembControlFrame(Int64, Int64[])
Initializes a new instance of the RembControlFrame class.
Declaration
public RembControlFrame(long bitrate, long[] ssrcEntries)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | bitrate | Bitrate in bps. |
System.Int64[] | ssrcEntries | SSRC entries, for which this feedback is applicable. |
Properties
BitrateExponent
Gets or sets the bitrate exponent.
Declaration
public int BitrateExponent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BitrateMantissa
Gets or sets the bitrate mantissa, in bits per second (bps).
Declaration
public int BitrateMantissa { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RegisteredFeedbackMessageType
Gets the type of the receiver estimated maximum bitrate message.
Declaration
public static int RegisteredFeedbackMessageType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SsrcEntries
Gets or sets the SSRC entries that this message applies to.
Declaration
public long[] SsrcEntries { get; set; }
Property Value
Type | Description |
---|---|
System.Int64[] |
Methods
ToString()
Returns a string representation of this REMB Control Frame
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()