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.

Audio-Devices-Example

Testing the available audio devices and their configuration.

Audio-Output-Example

Enabling audio playback using the QAudioSink class.

Audio-Recorder-Example

Discovering the available devices and supported codecs.

Audio-Source-Example

Recording audio using the QAudioSource class.

Camera-Example

Shows how to capture a still image or record video.

QML-Camera-Application

This Qt Quick based application shows how to use the API to capture a still image or video.

Media-Player-Example

Playing audio and video.

Screen-Capture-Example

Capturing a screen or window.

Spectrum-Example

Analyzing a raw audio stream using the FFTReal library.

QML-Media-Player-Example

Playing audio and video using Qt Quick.

QML-Video-Example

Transforming video and camera viewfinder content.

QML-Video-Recorder

Recording audio and video using Qt Quick.

Video-Graphics-Item-Example

Streaming video on a graphics scene.

Video-Widget-Example

Implementing a video player widget.