-
基于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
-
use of a control Mscomm prepared by the serial communication software. VC prepar...
一个使用Mscomm控件编写的串口通信软件,对于使用VC编写串口通信程序具有很大的帮助。吐血奉献!-use of a control Mscomm prepared by the serial communication software. VC prepared for the use of serial communication program is a great help. Hematemesis dedication!
- 2022-05-16 14:08:13下载
- 积分:1
-
可以直接在s3c44b0公版上运行的320240驱动,用ads编译,本人测试可以运行...
可以直接在s3c44b0公版上运行的320240驱动,用ads编译,本人测试可以运行-Directly in the public version of S3C44B0 running 320,240-driven, with ads compiler, I can run a test
- 2022-05-31 02:58:44下载
- 积分:1
-
use keil to program this code.
use keil to program this code.
- 2022-02-20 15:39:54下载
- 积分:1
-
ARM实验。主要使用PWM6输出一个固定占空比单
这是一个ARM的实验。主要是使用PWM6输出一个固定占空比的单边沿控制PWM信号,通过滤波电路实现DAC转换。使用ADS1.2开发环境-ARM experiment. PWM6 mainly use a fixed duty cycle output of single-edge PWM control signal, filter circuit DAC conversion. ADS1.2 use development environment
- 2022-12-13 02:00:03下载
- 积分:1
-
HART从机软件
有助于开发HART产品,花钱买的。符合HART7.1的从机协议,希望大家多多好评,绝对有用
- 2022-12-14 22:45:03下载
- 积分:1
-
基于CGI库的程序编写的介绍 嵌入式web服务器建设
基于CGI库的程序编写的介绍 嵌入式web服务器建设-Based on CGI programming library introduction to the building of the embedded web server
- 2022-03-03 21:37:59下载
- 积分:1
-
PIC 模拟管
阅读一个模拟信号,在 PIC 中然后转换。结果将显示在液晶显示器
- 2022-03-22 17:01:32下载
- 积分:1
-
另一个在mpc8272上产生usb sof帧的demo
另一个在mpc8272上产生usb sof帧的demo-Mpc8272 generated in another usb sof frame demo
- 2023-06-23 02:45:04下载
- 积分:1
-
RS232 interrupt the development of C language source code package includes C sou...
RS232 中断开发 C 语言源程序 包内包含C源代码以及汇编子程序-RS232 interrupt the development of C language source code package includes C source code and compiled subprogram
- 2022-04-22 21:53:19下载
- 积分:1