Qt IVI Media C++ Classes
C++ classes for the Qt IVI Media API. More...
Classes
Provides a interface to control the AM/FM tuner | |
Defines the interface for backends to the QIviAmFmTuner feature class | |
QIviTunerStation represents a tuner station | |
Represents a playable audio track | |
The base class for all media devices | |
Provides a model for discovering media devices | |
Defines the interface for backends to the QIviMediaDeviceDiscoveryModel feature class | |
Provides an interface to control the media indexer | |
Defines the interface for backends to the QIviMediaIndexerControl feature class | |
Provides an interface to control a media player | |
Defines the interface for backends to the QIviMediaPlayer feature class | |
Represents a USB device connected to the system | |
Provides a play queue for the QIviMediaPlayer | |
The base class of a row in the QIviPlayQueue model | |
Represents a tuner station |
Detailed Description
The Qt IVI Media QML API provides media searching, browsing and playback management functions for in-vehicle infotainment systems.
To include the definitions of the module's classes, use the following directive:
#include <QtIviMedia>
To link against the module, add this line to your qmake .pro file:
QT += ivimedia