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

Declare the class QtsDvdFile. More...

Classes

class  QtsDvdFile
 A class which describes a file on DVD. More...
 

Typedefs

typedef QtlSmartPointer< QtsDvdFile, QtlNullMutexLockerQtsDvdFilePtr
 Smart pointer to QtsDvdFile, non thread-safe. More...
 

Functions

bool operator< (const QtsDvdFilePtr &f1, const QtsDvdFilePtr &f2)
 Operator "less than" on QtsDvdFilePtr to sort files. More...
 

Detailed Description

Declare the class QtsDvdFile.

Qts, the Qt MPEG Transport Stream library.

Typedef Documentation

◆ QtsDvdFilePtr

Smart pointer to QtsDvdFile, non thread-safe.

Function Documentation

◆ operator<()

bool operator< ( const QtsDvdFilePtr f1,
const QtsDvdFilePtr f2 
)

Operator "less than" on QtsDvdFilePtr to sort files.

The sort criteria is the placement on the DVD media.

Parameters
[in]f1First instance to compare.
[in]f2Second instance to compare.
Returns
True if f1 is logically less than f2, meaning that f1 physically preceeds f2 on the DVD media.