Interface VideoFrameInit

    interface VideoFrameInit {
        alpha?: AlphaOption;
        displayHeight?: number;
        displayWidth?: number;
        duration?: number;
        timestamp?: number;
        visibleRect?: DOMRectInit;
    }

    Properties

    alpha?: AlphaOption
    displayHeight?: number
    displayWidth?: number
    duration?: number
    timestamp?: number
    visibleRect?: DOMRectInit