JavaScript CanvasCaptureMediaStreamTrack : MediaStreamTrack
Available through
canvas.captureStream().getTracks()[0]
.
Instance Methods
requestFrame() : void
Forces the video to update with the latest contents of the canvas. Use when providing a
requestedFrameRate
to canvas.captureStream() to update the
contents of the video manually.
Example:
RunResults:
Copyright © PUBLIC Contributors