-
基于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
-
arm嵌入式系统lpc22**ssp作spi从机实验
arm嵌入式系统lpc22**ssp作spi从机实验-arm embedded system lpc22** ssp for spi slave experiment
- 2023-01-05 09:25:04下载
- 积分:1
-
profibus_pa设备接口和应用开发(最终)。rar
PROFIBUS_PA设备接口的开发与应用(终).rar-PROFIBUS_PA Device Interface and Application Development (eventually). Rar
- 2023-05-14 10:10:03下载
- 积分:1
-
miniSTM32demo is the official web site 3
miniSTM32demo是官方网站3合1电路板的运行程序,GPIO控制等功能的实现.-miniSTM32demo is the official web site 3-in-a circuit board running the program, GPIO control functions implementation.
- 2023-07-19 15:35:03下载
- 积分:1
-
At91系列I2S代码
At91系列I2S代码--I2S code for At91 series.
- 2022-04-18 18:03:47下载
- 积分:1
-
intel IXP400系列cpu(2.3版)的库文件,包括微码,access layer和上层,所有的软件。
适合于做基于ixp400开发的人员...
intel IXP400系列cpu(2.3版)的库文件,包括微码,access layer和上层,所有的软件。
适合于做基于ixp400开发的人员-intel cpu IXP400 Series (version 2.3) of the library, including micro-code, access layer and the upper-class, all software. Suited to do based on the development of the staff ixp400
- 2023-01-22 03:55:04下载
- 积分:1
-
7段数码管译码器,用VHDL在FPGA2000上显示
7段数码管译码器,用VHDL在FPGA2000上显示-7 LED decoder with VHDL shown in FPGA2000
- 2022-03-06 02:24:43下载
- 积分:1
-
蜂鸣器与单片机的接口
我发现这个项目在互联网这贝奇有助于设置一个闹钟 (蜂鸣器) 与 pic 16F877,也接口键盘和 Lcd
- 2022-07-10 13:41:29下载
- 积分:1
-
EEPROM 与 STM32 的接口
(S) 24C64CEEPROM 与 STM32 microcontroller.how 接口将数据存储到 eeprom eeprom 和写数据
- 2022-07-12 23:59:07下载
- 积分:1
-
arm7制作的MP3(软解码部分)
arm7制作的MP3(软解码部分)-arm7 based mp3 (software decoding)
- 2022-03-10 10:32:30下载
- 积分:1