Qt Multimedia QML Types
The QML types for Qt Multimedia support the basic use cases such as:
- audio and video playback,
- access camera functionality,
- record video,
- and access camera settings.
QML Types
Qt Multimedia QML types can be imported into your application using the following import statement in your .qml file:
import QtMultimedia
Add audio playback to a scene | |
An interface for focus and zoom related camera settings | |
An interface for capturing camera images | |
Add media playback to a scene | |
For specifying a list of media to be played | |
Defines an item in a Playlist | |
Type provides a way to play sound effects in QML | |
A convenience type for showing a specified video | |
Render video or camera viewfinder |