QVideoDeviceControl Class Reference
The QVideoDeviceControl class provides an video device selector media control. More...
#include <QVideoDeviceControl>
This class is under development and is subject to change.
Inherits QMediaControl.
Public Functions
virtual | ~QVideoDeviceControl () |
virtual int | defaultDevice () const = 0 |
virtual int | deviceCount () const = 0 |
virtual QString | deviceDescription ( int index ) const = 0 |
virtual QIcon | deviceIcon ( int index ) const = 0 |
virtual QString | deviceName ( int index ) const = 0 |
virtual int | selectedDevice () const = 0 |
Public Slots
virtual void | setSelectedDevice ( int index ) = 0 |
Signals
void | devicesChanged () |
void | selectedDeviceChanged ( int index ) |
void | selectedDeviceChanged ( const QString & name ) |
Protected Functions
QVideoDeviceControl ( QObject * parent = 0 ) |
Macros
QVideoDeviceControl_iid |
Detailed Description
The QVideoDeviceControl class provides an video device selector media control.
The QVideoDeviceControl class provides descriptions of the video devices available on a system and allows one to be selected as the endpoint of a media service.
The interface name of QVideoDeviceControl is com.nokia.Qt.VideoDeviceControl as defined in QVideoDeviceControl_iid.