Interface VideoFrameCopyToOptions

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

Properties

layout?: PlaneLayout[]
""