QtlMovie 1.12 (A specialized FFmpeg front-end)
QtsSection.h File Reference

Declare the class QtsSection. More...

Classes

class  QtsSection
 Representation of a binary MPEG PSI/SI section. More...
 

Typedefs

typedef QtlSmartPointer< QtsSection, QtlNullMutexLockerQtsSectionPtr
 Smart pointer to a QtsSection (non thread-safe). More...
 
typedef QVector< QtsSectionPtrQtsSectionPtrVector
 Vector of smart pointers to QtsSection (non thread-safe). More...
 
typedef QtlSmartPointer< QtsSection, QtlMutexLockerQtsSectionSafePtr
 Smart pointer to a QtsSection (thread-safe). More...
 
typedef QVector< QtsSectionSafePtrQtsSectionSafePtrVector
 Vector of smart pointers to QtsSection (thread-safe). More...
 

Detailed Description

Declare the class QtsSection.

Qts, the Qt MPEG Transport Stream library.

Typedef Documentation

◆ QtsSectionPtr

Smart pointer to a QtsSection (non thread-safe).

◆ QtsSectionPtrVector

Vector of smart pointers to QtsSection (non thread-safe).

◆ QtsSectionSafePtr

Smart pointer to a QtsSection (thread-safe).

◆ QtsSectionSafePtrVector

Vector of smart pointers to QtsSection (thread-safe).