Declare the class QtlMediaStreamInfo. More...
Classes | |
class | QtlMediaStreamInfo |
Description of a stream (video, audio, subtitle) in a multimedia file. More... | |
Macros | |
#define | QTL_DAR_16_9 (float(16.0)/float(9.0)) |
Display aspect ratio value for 16:9. More... | |
#define | QTL_DAR_4_3 (float(4.0)/float(3.0)) |
Display aspect ratio value for 4:3. More... | |
#define | QTL_DVD_DAR QTL_DAR_16_9 |
Display aspect ratio for DVD. More... | |
#define | QTL_DVD_DAR_FFMPEG "16:9" |
Same as QTL_DVD_DAR, used with ffmpeg -aspect option. More... | |
Typedefs | |
typedef QList< QtlMediaStreamInfoPtr > | QtlMediaStreamInfoList |
List of smart pointers to QtlMediaStreamInfo (non thread-safe). More... | |
typedef QtlSmartPointer< QtlMediaStreamInfo, QtlNullMutexLocker > | QtlMediaStreamInfoPtr |
Smart pointer to a QtlMediaStreamInfo (non thread-safe). More... | |
Declare the class QtlMediaStreamInfo.
#define QTL_DAR_4_3 (float(4.0)/float(3.0)) |
Display aspect ratio value for 4:3.
#define QTL_DAR_16_9 (float(16.0)/float(9.0)) |
Display aspect ratio value for 16:9.
#define QTL_DVD_DAR QTL_DAR_16_9 |
Display aspect ratio for DVD.
#define QTL_DVD_DAR_FFMPEG "16:9" |
Same as QTL_DVD_DAR, used with ffmpeg -aspect option.
Smart pointer to a QtlMediaStreamInfo (non thread-safe).
typedef QList<QtlMediaStreamInfoPtr> QtlMediaStreamInfoList |
List of smart pointers to QtlMediaStreamInfo (non thread-safe).