![]() |
libgpac
Documentation of the core library of GPAC
|
Task object for user callbacks from libgpac scheduler.
Public Member Functions | |
__init__ (self, name) | |
constructor for tasks | |
execute (self) | |
task execution function | |
Data Fields | |
name | |
Task name. | |
session | |
Filter session. | |
python.libgpac.libgpac.FilterTask.__init__ | ( | self, | |
name ) |
name | name of the task (used for logging) |
python.libgpac.libgpac.FilterTask.execute | ( | self | ) |