Solid
Solid::Video Class Reference
This device interface is available on video devices. More...
#include <video.h>
Inheritance diagram for Solid::Video:

Public Member Functions | |
QVariant | driverHandle (const QString &driver) const |
QStringList | supportedDrivers (QString protocol=QString()) const |
QStringList | supportedProtocols () const |
virtual | ~Video () |
Static Public Member Functions | |
static Type | deviceInterfaceType () |
Properties | |
QStringList | supportedDrivers |
Detailed Description
This device interface is available on video devices.
A video device provides access to a live stream of video, in contrast to a camera device which records individual frames or movies which are accessed discretely.
Definition at line 43 of file video.h.
Constructor & Destructor Documentation
Solid::Video::~Video | ( | ) | [virtual] |
Member Function Documentation
static Type Solid::Video::deviceInterfaceType | ( | ) | [inline, static] |
Get the Solid::DeviceInterface::Type of the Video device interface.
- Returns:
- the Video device interface type
- See also:
- Solid::DeviceInterface::Type
QVariant Solid::Video::driverHandle | ( | const QString & | driver | ) | const |
QStringList Solid::Video::supportedDrivers | ( | QString | protocol = QString() |
) | const |
Retrieves known installed device drivers that claim to handle this device using the requested protocol.
If protocol is blank, returns a list of all drivers supporting the device.
- Parameters:
-
protocol The protocol to get drivers for.
- Returns:
- a list of installed drivers meeting the criteria
QStringList Solid::Video::supportedProtocols | ( | ) | const |
Property Documentation
The documentation for this class was generated from the following files: