Type Alias VideoFrameRequestCallback

VideoFrameRequestCallback: (
    now: DOMHighResTimeStamp,
    metadata?: VideoFrameCallbackMetadata,
) => void

A callback to be fired the next time a frame is presented to the compositor, used by Canvas.requestVideoFrameCallback.

Type declaration