TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
A wrapper class for C++ TSProcessor. More...
Public Member Functions | |
__init__ (self, report) | |
Constructor. | |
abort (self) | |
Abort the TSProcessor. | |
delete (self) | |
Explicitly free the underlying C++ object. | |
start (self) | |
Start the TS processor. | |
waitForTermination (self) | |
Suspend the calling thread until TS processing is completed. | |
A wrapper class for C++ TSProcessor.
tsduck.TSProcessor.__init__ | ( | self, | |
report | |||
) |
Constructor.
report | The tsduck.Report object to use. |
Reimplemented from tsduck.PluginEventHandlerRegistry.
tsduck.TSProcessor.delete | ( | self | ) |
Explicitly free the underlying C++ object.
After this call, the object becomes unusable. Most usages are unpredictable but most likely will do nothing.
Reimplemented from tsduck.NativeObject.
tsduck.TSProcessor.start | ( | self | ) |
Start the TS processor.
All properties shall have been set before calling this method.
tsduck.TSProcessor.abort | ( | self | ) |
Abort the TSProcessor.
tsduck.TSProcessor.waitForTermination | ( | self | ) |
Suspend the calling thread until TS processing is completed.