MCPcopy Create free account
hub / github.com/FastLED/FastLED / getContext

Method getContext

src/fl/audio/audio_processor.h:327–327  ·  view source on GitHub ↗

----- State Access -----

Source from the content-addressed store, hash-verified

325
326 // ----- State Access -----
327 shared_ptr<Context> getContext() const FL_NOEXCEPT { return mContext; }
328 const Sample& getSample() const FL_NOEXCEPT;
329 void reset() FL_NOEXCEPT;
330

Callers 10

index.tsFile · 0.80
handleWorkerFrameUpdateFunction · 0.80
detectCapabilitiesMethod · 0.80
initializeMethod · 0.80
initWebGLMethod · 0.80
captureFrameToBufferMethod · 0.80
captureWebGLFrameMethod · 0.80
encodeFrameFromBufferMethod · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected