casparcg-connection
    Preparing search index...

    Interface PlayDecklinkParameters

    interface PlayDecklinkParameters {
        aFilter?: string;
        channel: number;
        channelLayout?: string;
        customParams?: Record<string, string | number | boolean | null>;
        device: number;
        format?: string;
        layer: number;
        scaleMode?: ProducerScaleMode;
        transition?: TransitionParameters;
        vFilter?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aFilter?: string

    2.2+ only option, specifify a channelLayout for backwards compatibility

    channel: number
    channelLayout?: string

    Channel layout is a 2.1 only option

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

    Optional custom parameters that will be appended to any command

    device: number
    format?: string
    layer: number
    scaleMode?: ProducerScaleMode

    FFmpeg and image producer scale mode. Since 2.5.0

    vFilter?: string

    Ffmpeg video filter, serialized as vfilter in 2.2+ and filter before 2.2