VideoFrameCallback type
Video frame call back function definition
type VideoFrameCallback = (
frame: VideoFrame,
notifyVideoFrameProcessed: () => void,
notifyError: (errorMessage: string) => void
) => void
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Video frame call back function definition
type VideoFrameCallback = (
frame: VideoFrame,
notifyVideoFrameProcessed: () => void,
notifyError: (errorMessage: string) => void
) => void