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

Declare the class QtsTable. More...

Classes

class  QtsTable
 Representation of a binary MPEG PSI/SI table. More...
 

Typedefs

typedef QtlSmartPointer< QtsTable, QtlNullMutexLockerQtsTablePtr
 Smart pointer to a QtsTable (non thread-safe). More...
 
typedef QVector< QtsTablePtrQtsTablePtrVector
 Vector of smart pointers to QtsTable (non thread-safe). More...
 
typedef QtlSmartPointer< QtsTable, QtlMutexLockerQtsTableSafePtr
 Smart pointer to a QtsTable (thread-safe). More...
 
typedef QVector< QtsTableSafePtrQtsTableSafePtrVector
 Vector of smart pointers to QtsTable (thread-safe). More...
 

Detailed Description

Declare the class QtsTable.

Qts, the Qt MPEG Transport Stream library.

Typedef Documentation

◆ QtsTablePtr

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

◆ QtsTablePtrVector

typedef QVector<QtsTablePtr> QtsTablePtrVector

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

◆ QtsTableSafePtr

Smart pointer to a QtsTable (thread-safe).

◆ QtsTableSafePtrVector

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