码迷,mamicode.com
首页 >  
搜索关键字:media    ( 4315个结果
自定义广播
mSDStateBrocast = new SDStateBrocast(); IntentFilter intentFilter2 = new IntentFilter(); intentFilter2.addAction(Intent.ACTION_MEDIA_MOU...
分类:其他好文   时间:2014-04-30 02:29:49    阅读次数:514
获取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
AHK 提前加载声音
ahk 预加载声音:path = "C:\Windows\Media\Windows Recycle.wav"command := "open " path " alias AHK_PlayMe"DllCall("Winmm\mciSendString","str",command,"ptr",0,...
分类:其他好文   时间:2014-04-29 19:18:50    阅读次数:424
nginx: [emerg] the size 10485760 of shared memory zone "cache_one" conflicts with already declared size 0
注意配置段中的区域包含关系.proxy_cache_patch 要在proxy_cache前已经定义.>>>> what seems to be the problem?>>>>>>>> [emerg]: the size 52428800 of shared memory zone "media"...
分类:其他好文   时间:2014-04-28 04:33:03    阅读次数:1157
Android录音--AudioRecord、MediaRecorder
Android提供了两个API用于实现录音功能:android.media.AudioRecord、android.media.MediaRecorder。 网上有很多谈论这两个类的资料。现在大致总结下: 1、AudioRecord 主要是实现边录边播(AudioRecord+AudioTrack)...
分类:移动开发   时间:2014-04-28 01:45:38    阅读次数:935
4315条   上一页 1 ... 430 431 432
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!