The Qt Multimedia module provides low-level audio support on Linux, Windows and macOS . It also provides audio plugin API to allow developers implement their own audio support for custom devices and platforms.
音频设备范例 | Testing the available audio devices and their configuration. |
音频输入范例 | Recording audio using the QAudioInput class. |
音频输出范例 | Enabling audio playback using the QAudioOutput class. |
音频录制器范例 | Discovering the available devices and supported codecs. |
AudioEngine 范例 | 使用 Qt Audio Engine API 启用 3D 声音控制。 |
摄像头范例 | 摄像头范例展示如何使用 API 捕获静止图像或视频。 |
Declarative Radio Example | Demonstrates using the Radio QML type from Qt Multimedia. |
媒体播放器范例 | 播放音频和视频。 |
QML 摄像头范例 | 摄像头范例展示如何使用 API 捕获静止图像或视频。 |
QML 视频范例 | Transforming video and camera viewfinder content. |
QML 视频着色器效果范例 | Applying shader effects on video and camera viewfinder content. |
光谱范例 | Analyzing a raw audio stream using the FFTReal library. |
视频图形项范例 | 在图形场景中的流式视频。 |
视频小部件范例 | 实现视频播放器 Widget。 |