VideoFrameCallback type
Video frame call back function definition
type VideoFrameCallback = (
frame: VideoFrame,
notifyVideoFrameProcessed: () => void,
notifyError: (errorMessage: string) => void
) => void
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Video frame call back function definition
type VideoFrameCallback = (
frame: VideoFrame,
notifyVideoFrameProcessed: () => void,
notifyError: (errorMessage: string) => void
) => void