vot.js - v2.4.12
    Preparing search index...

    Interface VideoFrameCopyToOptions

    interface VideoFrameCopyToOptions {
        colorSpace?: PredefinedColorSpace;
        format?: VideoPixelFormat;
        layout?: PlaneLayout[];
        rect?: DOMRectInit;
    }
    Index

    Properties

    layout?: PlaneLayout[]