Search Results for

    Show / Hide Table of Contents

    Class GenericNackControlFrame

    An RTCP Feedback RTP-Generic NACK packet.

    Inheritance
    System.Object
    Serializable
    Dynamic
    MediaControlFrame
    FeedbackControlFrame
    RtpControlFrame
    GenericNackControlFrame
    Inherited Members
    RtpControlFrame.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 GenericNackControlFrame : RtpControlFrame

    Constructors

    GenericNackControlFrame()

    Initializes a new instance of the RtpControlFrame class.

    Declaration
    public GenericNackControlFrame()

    GenericNackControlFrame(DataBuffer)

    Initializes a new instance of the GenericNackControlFrame class.

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

    The buffer.

    GenericNackControlFrame(GenericNack)

    Initializes a new instance of the GenericNackControlFrame class.

    Declaration
    public GenericNackControlFrame(GenericNack nack)
    Parameters
    Type Name Description
    GenericNack nack

    The nack.

    GenericNackControlFrame(GenericNack[])

    Initializes a new instance of the GenericNackControlFrame class.

    Declaration
    public GenericNackControlFrame(GenericNack[] nacks)
    Parameters
    Type Name Description
    GenericNack[] nacks

    The nacks.

    Properties

    GenericNack

    Gets or sets the generic nack.

    Declaration
    public GenericNack GenericNack { get; }
    Property Value
    Type Description
    GenericNack

    GenericNacks

    Gets the set of generic NACKs.

    Declaration
    public GenericNack[] GenericNacks { get; }
    Property Value
    Type Description
    GenericNack[]

    RegisteredFeedbackMessageType

    Gets the type of the registered feedback message.

    Declaration
    public static int RegisteredFeedbackMessageType { get; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0