Qt Multimedia QML Types
The QML types for Qt Multimedia support the basic use cases such as:
- audio and video playback,
- access camera and radio functionality,
- record video,
- and access camera settings.
The QML types can be imported into your application using the following import statement in your .qml file:
import QtMultimedia 5.8
QML types
A convenience type for showing a specified video |