QtMultimedia Module
Namespaces
|
Contains enums used by the audio classes |
Classes
|
Abstraction for video data | |
|
Base class for video presentation surfaces | |
|
Interface to query audio devices and their functionality | |
|
Stores audio parameter information | |
|
Interface for receiving audio data from an audio input device | |
|
Interface for sending audio data to an audio output device | |
|
Representation of a frame of video data | |
|
Specifies the stream format of a video presentation surface |
Detailed Description
The QtMultimedia module provides low-level multimedia functionality.
To include the definitions of the module's classes, use the following directive:
- #include <QtMultimedia>
To link against the module, add this line to your qmake .pro file:
- QT += multimedia
The functionality provided by the Phonon Module is on a higher level and in many cases more suitable for application developers.


No notes