Declare the class QtsSection. More...
Classes | |
class | QtsSection |
Representation of a binary MPEG PSI/SI section. More... | |
Typedefs | |
typedef QtlSmartPointer< QtsSection, QtlNullMutexLocker > | QtsSectionPtr |
Smart pointer to a QtsSection (non thread-safe). More... | |
typedef QVector< QtsSectionPtr > | QtsSectionPtrVector |
Vector of smart pointers to QtsSection (non thread-safe). More... | |
typedef QtlSmartPointer< QtsSection, QtlMutexLocker > | QtsSectionSafePtr |
Smart pointer to a QtsSection (thread-safe). More... | |
typedef QVector< QtsSectionSafePtr > | QtsSectionSafePtrVector |
Vector of smart pointers to QtsSection (thread-safe). More... | |
Declare the class QtsSection.
Qts, the Qt MPEG Transport Stream library.
Smart pointer to a QtsSection (non thread-safe).
typedef QVector<QtsSectionPtr> QtsSectionPtrVector |
Vector of smart pointers to QtsSection (non thread-safe).
Smart pointer to a QtsSection (thread-safe).
typedef QVector<QtsSectionSafePtr> QtsSectionSafePtrVector |
Vector of smart pointers to QtsSection (thread-safe).