Search Results for

    Show / Hide Table of Contents

    Class RRControlFrame

    A receiver report control frame.

    Inheritance
    System.Object
    Serializable
    Dynamic
    MediaControlFrame
    ReportControlFrame
    RRControlFrame
    Inherited Members
    ReportControlFrame.FixedPayloadHeaderLength
    ReportControlFrame.ReceptionReportCount
    ReportControlFrame.SynchronizationSource
    ReportControlFrame.ReportBlock
    ReportControlFrame.ReportBlocks
    ReportControlFrame.GetReportBlock(Int64)
    MediaControlFrame.StreamId
    MediaControlFrame.FixedHeaderLength
    MediaControlFrame.DataBuffer
    MediaControlFrame.Version
    MediaControlFrame.Byte1Last5Bits
    MediaControlFrame.PayloadType
    MediaControlFrame.Payload
    MediaControlFrame.PayloadLengthWithPadding
    MediaControlFrame.LengthValueFromHeader
    MediaControlFrame.CalculatedLengthFromHeader
    MediaControlFrame.Padding
    MediaControlFrame.PaddingLength
    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 RRControlFrame : ReportControlFrame

    Constructors

    RRControlFrame()

    Initializes a new instance of the RRControlFrame class.

    Declaration
    public RRControlFrame()

    RRControlFrame(DataBuffer)

    Initializes a new instance of the RRControlFrame class.

    Declaration
    public RRControlFrame(DataBuffer buffer)
    Parameters
    Type Name Description
    DataBuffer buffer

    An data buffer.

    RRControlFrame(ReportBlock)

    Initializes a new instance of the RRControlFrame class.

    Declaration
    public RRControlFrame(ReportBlock reportBlock)
    Parameters
    Type Name Description
    ReportBlock reportBlock

    The report block.

    RRControlFrame(ReportBlock[])

    Initializes a new instance of the RRControlFrame class.

    Declaration
    public RRControlFrame(ReportBlock[] reportBlocks)
    Parameters
    Type Name Description
    ReportBlock[] reportBlocks

    The report blocks.

    RRControlFrame(Int64, ReportBlock)

    Initializes a new instance of the RRControlFrame class.

    Declaration
    public RRControlFrame(long synchronizationSource, ReportBlock reportBlock)
    Parameters
    Type Name Description
    System.Int64 synchronizationSource

    The synchronization source.

    ReportBlock reportBlock

    The report block.

    RRControlFrame(Int64, ReportBlock[])

    Initializes a new instance of the RRControlFrame class.

    Declaration
    public RRControlFrame(long synchronizationSource, ReportBlock[] reportBlocks)
    Parameters
    Type Name Description
    System.Int64 synchronizationSource

    The synchronization source.

    ReportBlock[] reportBlocks

    The report blocks.

    Properties

    RegisteredPayloadType

    Gets the receiver report payload type.

    Declaration
    public static int RegisteredPayloadType { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    ToString()

    Returns string representation of this instance.

    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.25.0