登录
首页 » 其他项目 » MediaPlayer程序可以播放声音、视频文件,还可以显示静态图象文件,如果有CMX DLLs的话,该程序也可以记录或回放高通公司的QCP格式音频文件。它最多...

MediaPlayer程序可以播放声音、视频文件,还可以显示静态图象文件,如果有CMX DLLs的话,该程序也可以记录或回放高通公司的QCP格式音频文件。它最多...

于 2022-03-18 发布 文件大小:48.68 kB
0 270
下载积分: 2 下载次数: 1

代码说明:

MediaPlayer程序可以播放声音、视频文件,还可以显示静态图象文件,如果有CMX DLLs的话,该程序也可以记录或回放高通公司的QCP格式音频文件。它最多可以保存32个多媒体文件。Mediaplayer有常用的功能,例如播放、快速播放、停止和暂停等,它支持许多多媒体格式,包括QCP,MPEG Audio Layer3(MP3),Musical Instrument Digital Interface(MIDI),BREW Compressed Image(BCI),Bitmap(BMP),和包含音视频的Packet Mode Data(PMD)。 这个程序的运行目标设备是Sharp Z-800,在Simulator上,我们选择Sharp Z-800设备图片。 -MediaPlayer can play a sound, video files, can also display a static image files, if there CMX DLLs, then the program can also record or playback QUALCOMM

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 在AD卡中常用到非空的查询方式进行数据的采集,这里提供了具体的实现代码和具体设置...
    在AD卡中常用到非空的查询方式进行数据的采集,这里提供了具体的实现代码和具体设置-Commonly used in the AD card to a non-empty query for data collection, here provides a concrete realization of code and the specific settings
    2022-03-10 07:47:07下载
    积分:1
  • 作为一个大的,高
    作为一款大型高并发高负载的开源SNS(社交网络服务)软件,iwebSNS功能强大,易于扩展,具有良好的伸缩性和稳定性-As a large, high-concurrency high-load open source SNS (social network service) software, iwebSNS powerful, easy to expand, has good scalability and stability of the
    2022-03-03 13:10:26下载
    积分:1
  • MATLAB Programming Guide,
    MATLAB程序设计教程》源代码-2660 MATLAB程序设计教程》源代码-2660 MATLAB程序设计教程》源代码-2660-MATLAB Programming Guide,
    2023-06-19 22:45:04下载
    积分:1
  • seg2数据格式,希望对于学相关数据格式的人有用
    seg2数据格式,希望对于学相关数据格式的人有用-seg2 data format, data for the study were useful format
    2023-08-25 15:40:03下载
    积分:1
  • Zhejiang University ACM algorithm and data structure internal training materials...
    浙江大学ACM竞赛算法与数据结构内部培训资料,推荐-Zhejiang University ACM algorithm and data structure internal training materials, recommended
    2022-07-14 14:37:43下载
    积分:1
  • with FEKO simulation Yagi antenna, learning FEKO friends can familiarize ourselv...
    用FEKO仿真的八木天线,学习FEKO的朋友可以熟悉一下-with FEKO simulation Yagi antenna, learning FEKO friends can familiarize ourselves
    2023-02-12 05:10:04下载
    积分:1
  • 独闯地狱VC游戏源代码
    独闯地狱VC游戏源代码-FLORIDA hell VC game source code
    2023-04-16 21:50:03下载
    积分:1
  • GIS secondary development, mainly in connection with the AE and VB to do the exp...
    GIS二次开发,主要是结合AE和VB做的实验开原代码-GIS secondary development, mainly in connection with the AE and VB to do the experiment to open the original code
    2023-08-01 20:25:03下载
    积分:1
  • BIOS基本设定练习模拟器
    BIOS基本设定练习模拟器-BIOS basic exercises set simulator
    2023-01-24 17:15:03下载
    积分:1
  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载