码迷,mamicode.com
首页 >  
搜索关键字:audio    ( 1927个结果
IOS Audio开发集合
打算每天抽出一点时间学习音频方面的知识,在此做下汇总:1. 多媒体层预览 根据结构,明确学习内容。
分类:移动开发   时间:2014-05-08 21:30:44    阅读次数:359
vlc播放器收听英文广播
以下是一些ABC Radio 的pls链接:vlc打开网络串流,输入pls链接,确定即可。Direct LinksIf you are unable to use our default players, you can use these links.Windows Audio StreamsAB...
分类:其他好文   时间:2014-05-08 21:01:30    阅读次数:446
android MediaPlayer
Playback control of audio/video files and streams is managed as a state machine. The following diagram shows the life cycle and the states of a MediaPlayer object driven by the supported playback cont...
分类:移动开发   时间:2014-05-03 21:36:21    阅读次数:568
HTML5实战与剖析之媒体元素(4、检测编解码器的支持和Audio构造函数)
虽然媒体元素可以实现音频和视频功能,但是并不是所有浏览器都支持video标签和audio标签的所有编解码器,这意味着开发人员必须提供很多歌媒体来源。在JavaScript API中能够检测浏览器是否支持某种格式和编解码器。这两个媒体元素都有一个canPlayType()方法,该方法接收一种格式/编解码器字符串,返回”probably”、”maybe”...
分类:Web程序   时间:2014-05-01 21:55:05    阅读次数:408
网页自动播放声音
描述了某一情景下网页自动播放声音的方法...
分类:Web程序   时间:2014-04-30 22:34:38    阅读次数:356
设置和获取Android中各种音量
通过程序获取android系统手机的铃声和音量。同样,设置铃声和音量的方法也很简单!AudioManager am = (AudioManager) getSystemService(Context.AUDIO_SERVICE);//通话音量 int max = am.getStreamMaxVol...
分类:移动开发   时间:2014-04-30 02:26:46    阅读次数:586
获取iPod library中的媒体文件
【获取iPod library中的媒体文件】 The Media Player framework provides facilities for playing movie, music, audio podcast, and audio book files. This framework a....
分类:其他好文   时间:2014-04-30 00:15:17    阅读次数:591
1927条   上一页 1 ... 191 192 193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!