Interface VideoFrameCopyToOptions

interface VideoFrameCopyToOptions {
    layout?: PlaneLayout[];
    rect?: DOMRectInit;
}

Properties

Properties

layout?: PlaneLayout[]