Qt Multimedia Examples

The Qt Multimedia module provides low-level audio support on Linux, Windows and Mac OS X. It also provides audio plugin API to allow developers implement their own audio support for custom devices and platforms.

Audio Devices Example

The Audio Devices example shows the application of the audio devices APIs

AudioEngine Example

The Audio Engine example demonstrates 3D sound control using the QtAudioEngine API.

Audio Input Example

The Audio Input Example shows the use of the QAudioInput class. The example demonstrates the basic use cases of the QAudioInput class.

Audio Output Example

The Audio Output Example show the use of the QAudioOutput API.

Audio Recorder Example

The Audio Recorder Example shows how to create a simple audio recorder.

QML Camera Example

The Camera Example shows how to use the API to capture a still image or video.

Declarative Radio Example

Demonstrates the radio functionality

Spectrum Example

The Spectrum Example uses a combination multimedia APIs to process microphone input.

QML Video Example

The QML Video Example demonstrates the various manipulations (move; resize; rotate; change aspect ratio) which can be applied to QML VideoOutput items.

QML Video Shader Effects Example

The QML Video Shader Effects Example shows how ShaderEffect can be used to apply postprocessing effects, expressed in GLSL, to video and camera viewfinder content.