Solid
Solid::Video Class Reference
#include <video.h>
Inheritance diagram for Solid::Video:

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.
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 |
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
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
QStringList Solid::Video::supportedDrivers [read] |
The documentation for this class was generated from the following files: