casparcg-connection
    Preparing search index...

    Interface MixerMipmapParameters

    interface MixerMipmapParameters {
        channel: number;
        customParams?: Record<string, string | number | boolean | null>;
        defer?: boolean;
        layer: number;
        value: boolean;
    }

    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
    layer: number
    value: boolean