javascript - 手机间隙 : Showing audio controlls and meta informations of my audio stream in the lockscreen and the dropdown status bar

标签 javascript android cordova audio mobile

我为播放音频流的 phonegap 5.1 编写了我的第一个 android 应用程序。由于找不到结果:如何在锁屏和下拉状态栏中显示音频控件和音频流的元信息?

我正在使用 org.apache.cordova.media 插件。

最佳答案

我的建议是,使用 https://github.com/katzer/cordova-plugin-local-notifications - 我在 android 上使用它,使用最新的 Lollipop ,你应该能够显示带有操作按钮的卡片通知。

调整插件以添加操作按钮应该相当容易。检查这个http://developer.android.com/guide/topics/ui/notifiers/notifications.html

对于通知的实际内容(歌曲标题、长度...),您需要使用媒体插件 API 自行填充。

关于javascript - 手机间隙 : Showing audio controlls and meta informations of my audio stream in the lockscreen and the dropdown status bar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32504235/

相关文章:

javascript - 如何通过 Assets 管道从 Javascript 中的子文件夹提供图像

Android:SQLite,如何从多个字段中获取?

java - 使用sqlite for android中的where子句删除特定行

javascript - Yahoo Ticker API 不再实时

javascript - 使用正则表达式替换外部 span-tag

javascript - 防止移动设备中的输入类型编号为 "DOT"

cordova - 构建我的项目ionic 4 corvova android时,gradle中出现错误,有人帮我吗?

ios - 如何在 Safari 上制作直播 swf 广播

javascript - FileReader 在阅读 PDF 时丢失数据

java - jAVA 中 List<T> 的意外行为