QtMultimedia 模块

The QtMultimedia 模块提供低级多媒体功能。 更多...

名称空间

QAudio 包含用于音频类的枚举

QAbstractVideoBuffer 抽象视频数据
QAbstractVideoSurface 视频呈现表面的基类
QAudioDeviceInfo 查询音频设备及其功能的接口
QAudioFormat Stores audio parameter information
QAudioInput 从音频输入设备接收音频数据的接口
QAudioOutput 把音频数据发送到音频输出设备的接口
QVideoFrame Representation of a frame of video data
QVideoSurfaceFormat 指定视频呈现表面的流格式

详细描述

要包括模块类定义,使用以下指令:

#include <QtMultimedia>
					

要链接到模块,添加此行到 qmake .pro 文件:

QT += multimedia
					

The functionality provided by the Phonon 模块 is on a higher level and in many cases more suitable for application developers.