|
OpenShot Library | libopenshot
0.2.2
|
This class returns a listing of all effects supported by libopenshot. More...
#include <EffectInfo.h>
Public Member Functions | |
| EffectBase * | CreateEffect (string effect_type) |
Static Public Member Functions | |
| static string | Json () |
| JSON methods. More... | |
| static Json::Value | JsonValue () |
| Generate Json::JsonValue for this object. More... | |
This class returns a listing of all effects supported by libopenshot.
Use this class to return a listing of all supported effects, and their descriptions.
Definition at line 45 of file EffectInfo.h.
| EffectBase * EffectInfo::CreateEffect | ( | string | effect_type | ) |
Definition at line 42 of file EffectInfo.cpp.
|
static |
|
static |
Generate Json::JsonValue for this object.
Definition at line 89 of file EffectInfo.cpp.
1.8.13