Search Results for

    Show / Hide Table of Contents

    Class MixerReport

    Mixer report.

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

    Properties

    Disabled

    Gets or sets whether the mixer is disabled.

    Declaration
    public bool? Disabled { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    InputFormat

    Gets or sets the mixer input format.

    Declaration
    public FormatInfo InputFormat { get; set; }
    Property Value
    Type Description
    FormatInfo

    OutputFormat

    Gets or sets the mixer output format.

    Declaration
    public FormatInfo OutputFormat { get; set; }
    Property Value
    Type Description
    FormatInfo

    OutputFrameRate

    Gets or sets the mixer output frame-rate.

    Declaration
    public int? OutputFrameRate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    OutputHeight

    Gets or sets the mixer output height.

    Declaration
    public int? OutputHeight { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    OutputWidth

    Gets or sets the mixer output width.

    Declaration
    public int? OutputWidth { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    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
    Info.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
    Info.SerializeProperties(Dictionary<String, String>)
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0