QtlMovie 1.12 (A specialized FFmpeg front-end)
QtlDataPull::Context Class Reference

Describe the context of one device. More...

Public Member Functions

 Context (QIODevice *dev=0)
 Constructor. More...
 

Public Attributes

QIODevice * device
 Device descriptor. More...
 
QFileDevice * file
 Same as a QFileDevice, zero is not a file. More...
 
bool running
 The device is active. More...
 
qint64 totalOut
 Total written data as reported by the device. More...
 

Detailed Description

Describe the context of one device.

Constructor & Destructor Documentation

◆ Context()

QtlDataPull::Context::Context ( QIODevice *  dev = 0)

Constructor.

Parameters
[in]devOptional device descriptor.

Member Data Documentation

◆ device

QIODevice* QtlDataPull::Context::device

Device descriptor.

◆ file

QFileDevice* QtlDataPull::Context::file

Same as a QFileDevice, zero is not a file.

◆ running

bool QtlDataPull::Context::running

The device is active.

◆ totalOut

qint64 QtlDataPull::Context::totalOut

Total written data as reported by the device.


The documentation for this class was generated from the following files: