casparcg-connection
    Preparing search index...

    Interface ScreenConsumerConfig

    interface ScreenConsumerConfig {
        alwaysOnTop?: boolean;
        aspectRatio?: string;
        borderless?: boolean;
        colourSpace?: string;
        device?: number;
        height?: number;
        interactive?: boolean;
        keyOnly?: boolean;
        sbsKey?: boolean;
        stretch?: string;
        type: SCREEN;
        vsync?: boolean;
        width?: number;
        windowed?: boolean;
        x?: number;
        y?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alwaysOnTop?: boolean
    aspectRatio?: string
    borderless?: boolean
    colourSpace?: string
    device?: number
    height?: number
    interactive?: boolean
    keyOnly?: boolean
    sbsKey?: boolean
    stretch?: string
    type: SCREEN
    vsync?: boolean
    width?: number
    windowed?: boolean
    x?: number
    y?: number