Qt Multimedia Examples#
Demonstrates the multimedia functionality provided by Qt.
The Qt Multimedia module provides cross-platform multimedia capabilities for Qt based applications.
The examples listed below show some typical use cases in various areas, featuring both low-level audio examples, high level audio and video playback as well as capturing and recording of audiovisual content using both C++ and QML.
Testing the available audio devices and their configuration.
Enabling audio playback using the QAudioSink class.
Discovering the available devices and supported codecs.
Recording audio using the QAudioSource class.
The Camera Example shows how to use the API to capture a still image or video.
Analyzing a raw audio stream using the FFTReal library.
Transforming video and camera viewfinder content.
Playing audio and video using Qt Quick.
Recording audio and video using Qt Quick.
Shows how to capture a still image or record video. or video.
Playing audio and video.
Streaming video on a graphics scene.
Implementing a video player widget.