MLT 7.40.0
Multimedia Framework
Public Member Functions | Static Public Member Functions | Properties | Static Private Attributes
mlt.Factory Class Reference
Inheritance diagram for mlt.Factory:
Inheritance graph
[legend]
Collaboration diagram for mlt.Factory:
Collaboration graph
[legend]

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
 

Detailed Description

Proxy of C++ Mlt::Factory class.

Constructor & Destructor Documentation

◆ __init__()

mlt.Factory.__init__ (   self)

Member Function Documentation

◆ close()

mlt.Factory.close ( )
static

◆ consumer()

mlt.Factory.consumer (   profile,
  id,
  arg = None 
)
static
 Instantiate a consumer by ``id``. Caller owns the result.

◆ event_object()

mlt.Factory.event_object ( )
static
 Return the global event object. Caller owns the result.

◆ filter()

mlt.Factory.filter (   profile,
  id,
  arg = None 
)
static
 Instantiate a filter by ``id``. Caller owns the result.

◆ init()

mlt.Factory.init (   directory = None)
static
 Initialise the factory from ``directory``. Caller owns the returned Repository.

◆ producer()

mlt.Factory.producer (   profile,
  id,
  arg = None 
)
static
 Instantiate a producer by ``id``. Caller owns the result.

◆ transition()

mlt.Factory.transition (   profile,
  id,
  arg = None 
)
static
 Instantiate a transition by ``id``. Caller owns the result.

Field Documentation

◆ __repr__

mlt.Factory.__repr__ = _swig_repr
staticprivate

◆ __swig_destroy__

mlt.Factory.__swig_destroy__ = _mlt7.delete_Factory
staticprivate

Property Documentation

◆ thisown

mlt.Factory.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

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