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