MCPcopy
hub / github.com/KilledByAPixel/LittleJS / debugVideoCaptureIsActive

Function debugVideoCaptureIsActive

src/engineDebug.js:589–589  ·  view source on GitHub ↗

Check if video capture is active * @memberof Debug

()

Source from the content-addressed store, hash-verified

587/** Check if video capture is active
588 * @memberof Debug */
589function debugVideoCaptureIsActive() { return !!debugVideoCapture; }
590
591/** Start capturing video
592 * @memberof Debug */

Callers 7

debugUpdateFunction · 0.70
debugRenderFunction · 0.70
debugRenderPostFunction · 0.70
debugVideoCaptureStartFunction · 0.70
debugVideoCaptureStopFunction · 0.70
debugVideoCaptureUpdateFunction · 0.70
engineUpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected