Member Junction
    Preparing search index...

    Options controlling a screencast session started via BaseBrowserAdapter.StartScreencast. All fields are optional — adapters apply sensible defaults (and ignore options they cannot honor).

    Index

    Constructors

    Properties

    EveryNthFrame?: number

    Emit only every Nth frame to reduce throughput (e.g. 2 emits half the frames). Defaults to every frame when omitted.

    Format?: "jpeg" | "png"

    Image encoding for emitted frames. Defaults to 'jpeg' (smaller frames).

    MaxHeight?: number

    Maximum frame height in pixels (frames are scaled down to fit).

    MaxWidth?: number

    Maximum frame width in pixels (frames are scaled down to fit).

    Quality?: number

    Compression quality 0–100 (applies to the 'jpeg' format only).