Banuba SDK
Public Member Functions | List of all members
bnb::interfaces::effect Class Referenceabstract

Public Member Functions

virtual std::string url ()=0
 Thread-safe. More...
 
virtual void call_js_method (const std::string &method_name, const std::string &params)=0
 Adds js method call to call queue. More...
 
virtual void reset ()=0
 reset effect state MUST be called from the render thread
 

Detailed Description

Definition at line 15 of file effect.hpp.

Member Function Documentation

◆ call_js_method()

virtual void bnb::interfaces::effect::call_js_method ( const std::string &  method_name,
const std::string &  params 
)
pure virtual

Adds js method call to call queue.

Queue is performed during the draw operation. If there is an effect in loading state, all calls will be performed when the effect loading is finished. Thread-safe. May be called from any thread

Parameters
method_nameJS global function name. Member functions are not supported.
paramsFunction arguments as JSON string.

◆ url()

virtual std::string bnb::interfaces::effect::url ( )
pure virtual

Thread-safe.

May be called from any thread


The documentation for this class was generated from the following file: