casparcg-connection
    Preparing search index...

    Interface MixerLevelsParameters

    interface MixerLevelsParameters {
        channel: number;
        customParams?: Record<string, string | number | boolean | null>;
        defer?: boolean;
        duration?: number;
        gamma: number;
        layer: number;
        maxInput: number;
        maxOutput: number;
        minInput: number;
        minOutput: number;
        tween?: TransitionTween;
    }

    Hierarchy (View Summary)

    Index

    Properties

    channel: number
    customParams?: Record<string, string | number | boolean | null>

    Optional custom parameters that will be appended to any command

    defer?: boolean
    duration?: number
    gamma: number
    layer: number
    maxInput: number
    maxOutput: number
    minInput: number
    minOutput: number