Documentation
    Preparing search index...

    Interface InputObject

    interface InputObject {
        available: boolean;
        color: ColorRGB;
        colorOverwrite: boolean;
        name: string;
        recordingStatus: InputRecordingStatus;
        tally: number;
        type: "ip-input" | "sdi-input" | "ndi-input" | "stream-input";
    }
    Index

    Properties

    available: boolean
    color: ColorRGB

    The “Color” setting allows the User to define a specific Scene color which is automatically applied to be used for the background color of the selected Scene. When clicking the area right next to the “Color” setting, a pop-up window allows to pick a color from the palette,“Pick Screen Color” or enter a HTML color code, RGB or HSL-values into the designated field. Also “Custom colors” can be saved within the pop-up dialog.

    rgb(255,0,0)
    
    colorOverwrite: boolean
    name: string
    recordingStatus: InputRecordingStatus
    tally: number

    Tally is monitoring if the selected Scene fulfills a certain predefined Tally condition, like for example: - Red for OnAir Tally - Yellow for Preview Tally - Green for Monitor Tally - Blue for Audience Tally - Magenta for Audio Source Tally - etc. In order to specify certain Tally conditions, select the “Aux” menu from the “Config” tray and configure the individual Aux outputs 1-16 to the desired Tally color/functionality. “Red” is default for “On Air” Tally and “Yellow” is default for Preview (PVW) Tally.

    [ integer ]

    type: "ip-input" | "sdi-input" | "ndi-input" | "stream-input"