- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Mplayer做界面并实现基本的暂停播放功能
Mplayer做界面并实现基本的暂停播放功能
实现原理
先来考虑考虑如何为mplayer编写前端界面的问题。有两种思路,一种是把mplayer解剖,直接修改他里面的代码,这样我们做得界面就能够和mplayer一体了(当然也能够通过link mplayer用到的任何的库和.o文档,把他无缝的集成在程式里面);第二种方法就是mplayer所谓的slave模式。
mplayer /home/linux/1.mp3 -quiet -slave
现在来探讨一下slave模式:所谓的slave模式,就是mplayer在运行过程中能够接收用户的输入命令行,具体支持哪些命令行,能够通过mplayer -input cmdlist这条命令来得到,在Mplayer源码的slave.txt中也有对这些命令有详细的讲解。Slave模式下工作的Mplayer可以和系统的标准输入、输出进行信息交互。我们可以用linux C编程来完成对slave模式工作的Mplayer进行控制和信息获取。
下面是Mplayer -slave 模式的 官方文档:
Mplayer/doc/tech/slave.txt (部分原文)
*********************************************************************
LAVE MODE PROTOCOL
The -slave option switches on slave mode, in which MPlayer works as a backend
for other programs. Instead of intercepting keyboard events, MPlayer will read
commands separated by a newline (\n) from stdin.
To try slave mode out by hand, run
mplayer -slave -quiet movie
and type slave commands into the console window.
Most slave mode commands are equivalent to command line options, though not
necessarily under the same name. Detailed descriptions can be found in the
man page.
All commands can be prefixed with one of pausing , pausing_keep , or
pausing_toggle . pausing tells MPlayer to pause as soon as possible
after processing the command. pausing_keep tells MPlayer to do so only if
it was already in paused mode. pausing_toggle tells MPlayer to do so
only if it was not already in paused mode. Please note that as soon as
possible can be before the command is fully executed.
Available commands (mplayer -input cmdlist will print a list):
alt_src_step value (ASX playlist only)
When more than one source is available it selects the next/previous one.
audio_delay value [abs]
Set/adjust the audio delay.
If [abs] is not given or is zero, adjust the delay by value seconds.
If [abs] is nonzero, set the delay to value seconds.
[brightness|contrast|gamma|hue|saturation] value [abs]
Set/adjust video parameters.
If [abs] is not given or is zero, modifies parameter by value.
您可能关注的文档
- Lichtenstein, McDonnell Pricing Software Development Services Pricing Software Development.pdf
- License Manager无法连接的解决方法.pdf
- libjingle源码分析之Thread和SocketServer.doc
- Light Curve Analysis of Be Star Candidates in the Small Magellanic Cloud.pdf
- Limits on the WIMPNucleon Coupling Coefficients from Dark Matter Search Experiment with Na.pdf
- Linear and Secondary Instabilities in Incompressible Axisymmetric Boundary Layers Effect of.pdf
- lingling is skipping .教学设计与反思.doc
- LightTools在LED背光设计中的应用.pdf
- Link as You Type Using Key Phrases for Automated Dynamic Link Generation.pdf
- LINGO解题结果的分析.doc
最近下载
- 烟草考试真题及答案.doc VIP
- 2025年最新人教版八年级(初二)数学上册教学计划及进度表(新课标,新教材).docx
- 外研版高中《英语》(新标准)选择性必修一Unit1 单元整体教学设计附作业设计.docx VIP
- 5.1《论语》十二章 课件(共48张PPT)统编版高中语文选择性必修上册.pptx VIP
- 计算机网络实验报告(8)网络地址转换NAT配置、网络端口地址转换NAPT配置.pdf VIP
- 工程材料及成形技术基础-全套PPT课件.pptx
- 单证员考试试题.pdf VIP
- 地面空压机安装技术措施.docx VIP
- 工程建设法规的案例.ppt VIP
- 农产品食品检验员职业技能竞赛理论考试题库(含答案).docx VIP
文档评论(0)