JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface VideoFrameCopyToOptions

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