Search Results for

    Show / Hide Table of Contents

    Class RembControlFrame

    An RTCP receiver estimated maximum bitrate (REMB) packet.

    Inheritance
    System.Object
    Serializable
    Dynamic
    MediaControlFrame
    FeedbackControlFrame
    PayloadSpecificControlFrame
    RembControlFrame
    Inherited Members
    PayloadSpecificControlFrame.RegisteredPayloadType
    FeedbackControlFrame.FixedPayloadHeaderLength
    FeedbackControlFrame.FeedbackMessageType
    FeedbackControlFrame.PacketSenderSynchronizationSource
    FeedbackControlFrame.MediaSourceSynchronizationSource
    FeedbackControlFrame.FeedbackControlInformationOffset
    FeedbackControlFrame.FeedbackControlInformation
    MediaControlFrame.StreamId
    MediaControlFrame.FixedHeaderLength
    MediaControlFrame.DataBuffer
    MediaControlFrame.Version
    MediaControlFrame.Byte1Last5Bits
    MediaControlFrame.PayloadType
    MediaControlFrame.Payload
    MediaControlFrame.PayloadLengthWithPadding
    MediaControlFrame.Parse(DataBuffer)
    MediaControlFrame.AddControlFrame(MediaControlFrame[], MediaControlFrame, Int32)
    MediaControlFrame.AddControlFrames(MediaControlFrame[], MediaControlFrame[], Int32)
    MediaControlFrame.RemoveControlFrame(MediaControlFrame[], Int32)
    Dynamic.DynamicProperties
    Dynamic.GetDynamicValue(String)
    Dynamic.SetDynamicValue(String, Object)
    Dynamic.UnsetDynamicValue(String)
    Serializable.IsDirty
    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0