VideoFrameCallback type
Video frame call back function definition
type VideoFrameCallback = (
frame: VideoFrame,
notifyVideoFrameProcessed: () => void,
notifyError: (errorMessage: string) => void
) => void
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Video frame call back function definition
type VideoFrameCallback = (
frame: VideoFrame,
notifyVideoFrameProcessed: () => void,
notifyError: (errorMessage: string) => void
) => void