TSDuck v3.38-3713
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
Python bindings

Using TSDuck from Python applications. More...

Collaboration diagram for Python bindings:

Classes

class  tsduck.AbstractAsyncReport
 An abstract Report class which can be derived by applications to get log messages. More...
 
class  tsduck.AbstractPluginEventHandler
 An abstract class which can be derived by applications to get plugin events. More...
 
class  tsduck.AbstractSyncReport
 An abstract Report class which can be derived by applications to get log messages. More...
 
class  tsduck.AsyncReport
 A wrapper class for C++ AsyncReport. More...
 
class  tsduck.DuckContext
 A wrapper class for C++ DuckContext. More...
 
class  tsduck.InputSwitcher
 A wrapper class for C++ InputSwitcher. More...
 
class  tsduck.NativeObject
 This base class is derived by all TSDuck classes which are backed by a C++ object. More...
 
class  tsduck.NullReport
 A wrapper class for C++ NullReport. More...
 
class  tsduck.PluginEventContext
 Context of a plugin event. More...
 
class  tsduck.PluginEventHandlerRegistry
 A wrapper class for C++ PluginEventHandlerRegistry. More...
 
class  tsduck.Report
 Base class for TSDuck report classes. More...
 
class  tsduck.SectionFile
 A wrapper class for C++ SectionFile. More...
 
class  tsduck.StdErrReport
 A wrapper class for C++ CerrReport. More...
 
class  tsduck.SwitchStartError
 A Python exception class which is thrown in case of start error in InputSwitcher. More...
 
class  tsduck.SystemMonitor
 A wrapper class for C++ SystemMonitor. More...
 
class  tsduck.TSProcessor
 A wrapper class for C++ TSProcessor. More...
 
class  tsduck.TSPStartError
 A Python exception class which is thrown in case of start error in TSProcessor. More...
 
class  tsduck.VersionMismatch
 A Python exception class which is thrown in case of TSDuck version mismatch. More...
 

Functions

 tsduck.intVersion ()
 TSDuck version as an integer.
 
 tsduck.version ()
 TSDuck version as a string.
 

Detailed Description

Using TSDuck from Python applications.

Function Documentation

◆ intVersion()

tsduck.intVersion ( )

TSDuck version as an integer.

Returns
TSDuck version as an integer, suitable for comparison between versions.

◆ version()

tsduck.version ( )

TSDuck version as a string.

Returns
TSDuck version as a string.