-
基于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
-
串口中断_niosII.c SOPC UART!
串口中断_niosII.c SOPC UART!-Serial interrupt _niosII.c SOPC UART!
- 2022-07-19 12:00:55下载
- 积分:1
-
ft232 usb communication
ft232 usb communication
- 2022-12-07 12:05:03下载
- 积分:1
-
一段控制步进电机的转动的程序,包含源代码
一段控制步进电机的转动的程序,包含源代码-Control of stepper motor rotation period of the procedure, including the source code
- 2022-01-24 17:35:31下载
- 积分:1
-
mtd
mtd-snapshot-20041027
- 2022-02-12 12:52:00下载
- 积分:1
-
金鹏电子信息ocmj5x10b液晶屏!也可以下载…
金鹏电子的OCMJ5X10B型液晶屏的资料!也可以从金鹏电子网站上下载到!其中包括例程、数据手册、汉字代码等!-Jinpeng Electronics OCMJ5X10B LCD screen of information! Can also be downloaded from the website to Jinpeng Electronics! These include routines, data, manuals, character code, etc.!
- 2022-02-02 02:28:31下载
- 积分:1
-
DS12C887时钟芯片,DS18B20温度传感,通过控制继电器成定时插座。有完整的代码。...
DS12C887时钟芯片,DS18B20温度传感,通过控制继电器成定时插座。有完整的代码。-DS12C887 clock chip, DS18B20 the temperature sensor, by controlling the relay into a regular outlet. A complete code.
- 2022-07-10 13:22:45下载
- 积分:1
-
linux 下SD卡,CF卡驱动源码,成功用在视频解码模块下.
linux 下SD卡,CF卡驱动源码,成功用在视频解码模块下.-under linux SD card, CF card driver source code, with success in video decoding module under.
- 2022-01-21 03:42:39下载
- 积分:1
-
ARM HPI程序。
用于ARM与DSP之间通信
ARM HPI程序。
用于ARM与DSP之间通信-ARM HPI procedures. Used for communication between the ARM and DSP
- 2022-02-04 02:18:38下载
- 积分:1
-
嵌入式Linux的SD卡驱动程序的设计与实现
题目说的很清楚了!...
嵌入式Linux的SD卡驱动程序的设计与实现
题目说的很清楚了!-Embedded Linux driver for the SD Card Design and Implementation of the topic that is very clear!
- 2022-07-23 00:18:16下载
- 积分:1