Search Results for

    Show / Hide Table of Contents

    Class Sli

    An RTCP slice loss indication.

    Inheritance
    System.Object
    Sli
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class Sli : object

    Constructors

    Sli()

    Initializes a new instance of the Sli class.

    Declaration
    public Sli()

    Sli(DataBuffer)

    Initializes a new instance of the Sli class.

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

    The buffer.

    Properties

    DataBuffer

    Gets the backing DataBuffer.

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

    First

    Gets or sets the macroblock (MB) address of the first lost macroblock.

    Declaration
    public int First { get; set; }
    Property Value
    Type Description
    System.Int32

    Number

    Gets or sets the number of lost macroblocks, in scan order.

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32

    PictureId

    Gets or sets the six least significant bits of the codec-specific identifier that is used to reference the picture in which the loss of the macroblock(s) has occurred.

    Declaration
    public int PictureId { get; set; }
    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