![]() |
Banuba SDK
|
Public Member Functions | |
| effect_info (std::string url_, std::unordered_set<::bnb::interfaces::feature_id > recognizer_features_, bool uses_audio_, bool uses_video_, bool uses_touches_, bool uses_bg_separation_) | |
Public Attributes | |
| std::string | url |
| std::unordered_set<::bnb::interfaces::feature_id > | recognizer_features |
| bool | uses_audio |
| bool | uses_video |
| bool | uses_touches |
| bool | uses_bg_separation |
Definition at line 17 of file effect_info.hpp.
|
inline |
Definition at line 25 of file effect_info.hpp.
| std::unordered_set<::bnb::interfaces::feature_id> bnb::interfaces::effect_info::recognizer_features |
Definition at line 19 of file effect_info.hpp.
| std::string bnb::interfaces::effect_info::url |
Definition at line 18 of file effect_info.hpp.
| bool bnb::interfaces::effect_info::uses_audio |
Definition at line 20 of file effect_info.hpp.
| bool bnb::interfaces::effect_info::uses_bg_separation |
Definition at line 23 of file effect_info.hpp.
| bool bnb::interfaces::effect_info::uses_touches |
Definition at line 22 of file effect_info.hpp.
| bool bnb::interfaces::effect_info::uses_video |
Definition at line 21 of file effect_info.hpp.