Search Results for

    Show / Hide Table of Contents

    Class MediaComponentReport

    Media component report.

    Inheritance
    System.Object
    Report
    MediaComponentReport
    MediaReceiverReport
    MediaSenderReport
    Inherited Members
    Report.ProcessBoolean(Boolean, Boolean)
    Report.ProcessShort(Int16, Int16)
    Report.ProcessInteger(Int32, Int32)
    Report.ProcessLong(Int64, Int64)
    Report.ProcessFloat(Single, Single)
    Report.ProcessDouble(Double, Double)
    Report.ProcessString(String, String)
    Report.ProcessBooleanArray(Boolean[], Boolean[])
    Report.ProcessShortArray(Int16[], Int16[])
    Report.ProcessIntegerArray(Int32[], Int32[])
    Report.ProcessLongArray(Int64[], Int64[])
    Report.ProcessFloatArray(Single[], Single[])
    Report.ProcessFloatArray(Double[], Double[])
    Report.ProcessObject<T>(T, T)
    Report.ProcessArray<T>(T[], T[])
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public abstract class MediaComponentReport : Report

    Constructors

    MediaComponentReport()

    Initializes a new instance of the MediaComponentReport class.

    Declaration
    public MediaComponentReport()

    Properties

    FirCount

    Gets or sets the number of full intra refresh (FIR) messages sent.

    Declaration
    public long? FirCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    LrrCount

    Gets or sets the number of layer refresh request (LRR) messages sent.

    Declaration
    public long? LrrCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    NackCount

    Gets or sets the number of negative-acknowledgement (NACK) messages sent.

    Declaration
    public long? NackCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    PliCount

    Gets or sets the number of picture loss indication (PLI) messages sent.

    Declaration
    public long? PliCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    SliCount

    Gets or sets the number of slice loss indication (SLI) messages sent.

    Declaration
    public long? SliCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    Methods

    DeserializeProperties(String, String)

    Deserializes the properties.

    Declaration
    protected override void DeserializeProperties(string key, string valueJson)
    Parameters
    Type Name Description
    System.String key

    The key.

    System.String valueJson

    The value in JSON format.

    Overrides
    Report.DeserializeProperties(String, String)

    SerializeProperties(Dictionary<String, String>)

    Serializes the properties.

    Declaration
    protected override void SerializeProperties(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    Dictionary<System.String, System.String> jsonObject

    The JSON object.

    Overrides
    Report.SerializeProperties(Dictionary<String, String>)
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0