- 1、本文档共6页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Mplayer做界面并实现基本的暂停播放功能(DOC可编).doc
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.
您可能关注的文档
- Mathematica安装指南.ppt
- MathPreliminary(DOC可编).doc
- matlabMatlab中的图形.ppt
- matlabode.ppt
- matlabppt第五讲.ppt
- MATLAB中字符串和其他数据类型(DOC可编).doc
- matlab图像数字化(DOC可编).doc
- matlab图形用户界面设计(一).ppt
- Matlab字符串.ppt
- Matlab字符数组.ppt
- 宣传部长在2024年自治区志愿服务事业发展推进会上的讲话.docx
- 市委书记在2024年全市红色文化资源开发利用推进会上的讲话.docx
- 在2024年全市红色文化资源开发利用推进会上的讲话.docx
- 在全县党员干部廉政专题党课上的讲稿:全力巩固发展风清气正的良好政治生态.docx
- 在集团公司2024年第三季度安全生产总结暨第四季度工作部署会上的讲话.docx
- 某市卫健委关于市委市政府安全生产专项督察问题整改情况的报告.docx
- 某市12345投诉办理工作经验交流材料.docx
- 某中学2024—2025学年度安全工作计划.docx
- 院长在马克思主义学院(法学院)2024级开学典礼上的讲话.docx
- 市文旅局2024年国庆假期旅游工作总结.docx
文档评论(0)