-
基于Qt的多媒体播放器
应用背景自己写的基于Qt的多媒体播放器,包含音乐播放器的必备功能,以及歌词显示,系统托盘,拖曳播放等扩展功能关键技术// 创建用来解析媒体的信息的元信息解析器
metaInformationResolver = new Phonon::MediaObject(this);
// 需要与AudioOutput连接后才能使用metaInformationResolver来获取歌曲的总时间
Phonon::AudioOutput *metaInformationAudioOutput =
new Phonon::AudioOutput(Phonon::MusicCategory, this);
Phonon::createPath(metaInformationResolver, metaInformationAudioOutput);
connect(metaInformationResolver, SIGNAL(stateChanged(Phonon::State, Phonon::State)),
this, SLOT(metaStateChanged(Phonon::State, Phonon::State)));
connect(mediaObject, SIGNAL(currentSourceChanged(Phonon::MediaSource)),
this, SLOT(sourceChanged(Phonon::MediaSource)));
connect(mediaObject, SIGNAL(aboutToFinish()), this, SLOT(aboutToFinish()));
- 2022-12-10 11:15:03下载
- 积分:1
-
Moto E2的键盘软锁v2源代码,使用qt,(0.02版sdk)
有附加说明,在linux下可以正常查看,在windows下可能会有部分乱码...
Moto E2的键盘软锁v2源代码,使用qt,(0.02版sdk)
有附加说明,在linux下可以正常查看,在windows下可能会有部分乱码-err
- 2022-02-07 16:34:02下载
- 积分:1
-
TureType word from the extracted file and print out LCM lattice decoder code exa...
从提取的文件中键入word并打印出LCM点阵解码器的代码示例。
- 2023-07-04 16:55:03下载
- 积分:1
-
lcd1602的动态显示驱动,这个事51的代码,同样也可以用在AVR上,希望对大家有帮助...
lcd1602的动态显示驱动,这个事51的代码,同样也可以用在AVR上,希望对大家有帮助-lcd1602 dynamic display driver, this thing 51 code, the same can also be used in the AVR, the wish to be helpful to everyone
- 2022-02-02 02:33:28下载
- 积分:1
-
header file of the specific codes for LPC2100 target boards
Every project sho...
header file of the specific codes for LPC2100 target boards
Every project should include a copy of this file, user may modify it as ne-header file of the specific codes for LPC21 00 target boards Every project should include a copy of this file, the user may modify it as ne
- 2023-07-17 10:40:02下载
- 积分:1
-
详细的介绍,以及其中库函数的描述说明,用法等
详细的介绍,以及其中库函数的描述说明,用法等-described in detail, as well as for the descriptive function, usage, etc.
- 2022-12-30 03:50:03下载
- 积分:1
-
嵌入式LINUX9应用程序开发详解中第2章编程实例
嵌入式LINUX9应用程序开发详解中第2章编程实例-Embedded application development LINUX9 explain in Chapter 2 Programming Example
- 2022-04-21 22:15:07下载
- 积分:1
-
基本上涵盖了davinci的所有测试程序的例子,是学习dm6446达芬奇平台的很好的例子...
基本上涵盖了davinci的所有测试程序的例子,是学习dm6446达芬奇平台的很好的例子-examples for dm6446
- 2022-03-06 16:05:36下载
- 积分:1
-
错误卸妆工具行业
error remover toolfor industries-error remover toolfor industries.....
- 2022-03-06 23:00:33下载
- 积分:1
-
- 2022-11-25 04:05:03下载
- 积分:1