fix: Rename getFrameProcessorPlugin to initFrameProcessorPlugin (#2038)
				
					
				
			* fix: Rename `getFrameProcessorPlugin` to `initFrameProcessorPlugin` * fix: Make nullable, add comments * Format * Update FrameProcessorPlugin.java * Update FrameProcessorPlugin.h * fix: Fix dead links * Call super constructor * Update ExampleFrameProcessorPlugin.java * fix: Init calls
This commit is contained in:
		| @@ -30,7 +30,7 @@ public: | ||||
| private: | ||||
|   void setFrameProcessor(jsi::Runtime& runtime, int viewTag, const jsi::Object& frameProcessor); | ||||
|   void removeFrameProcessor(jsi::Runtime& runtime, int viewTag); | ||||
|   jsi::Value getFrameProcessorPlugin(jsi::Runtime& runtime, std::string name, const jsi::Object& options); | ||||
|   jsi::Value initFrameProcessorPlugin(jsi::Runtime& runtime, std::string name, const jsi::Object& options); | ||||
|  | ||||
| private: | ||||
|   std::shared_ptr<RNWorklet::JsiWorkletContext> _workletContext; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user