|
MLT 7.40.0
Multimedia Framework
|


Public Member Functions | |
| __init__ (self) | |
Static Public Member Functions | |
| close () | |
| consumer (profile, id, arg=None) | |
| event_object () | |
| filter (profile, id, arg=None) | |
| init (directory=None) | |
| producer (profile, id, arg=None) | |
| transition (profile, id, arg=None) | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Static Private Attributes | |
| __repr__ = _swig_repr | |
| __swig_destroy__ = _mlt7.delete_Factory | |
Proxy of C++ Mlt::Factory class.
| mlt.Factory.__init__ | ( | self | ) |
|
static |
|
static |
Instantiate a consumer by ``id``. Caller owns the result.
|
static |
Return the global event object. Caller owns the result.
|
static |
Instantiate a filter by ``id``. Caller owns the result.
|
static |
Initialise the factory from ``directory``. Caller owns the returned Repository.
|
static |
Instantiate a producer by ``id``. Caller owns the result.
|
static |
Instantiate a transition by ``id``. Caller owns the result.
|
staticprivate |
|
staticprivate |
|
static |