Interface VideoFrameCopyToOptions

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

    Properties

    layout?: PlaneLayout[]