casparcg-connection
    Preparing search index...

    Interface MixerPerspectiveParameters

    interface MixerPerspectiveParameters {
        bottomLeftX: number;
        bottomLeftY: number;
        bottomRightX: number;
        bottomRightY: number;
        channel: number;
        customParams?: Record<string, string | number | boolean | null>;
        defer?: boolean;
        duration?: number;
        layer: number;
        topLeftX: number;
        topLeftY: number;
        topRightX: number;
        topRightY: number;
        tween?: TransitionTween;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bottomLeftX: number
    bottomLeftY: number
    bottomRightX: number
    bottomRightY: number
    channel: number
    customParams?: Record<string, string | number | boolean | null>

    Optional custom parameters that will be appended to any command

    defer?: boolean
    duration?: number
    layer: number
    topLeftX: number
    topLeftY: number
    topRightX: number
    topRightY: number