标签: google-cast
如何在转换扩展程序菜单中显示媒体标题?该扩展程序显示的是我的应用程序名称,而不是cast.receiver.MediaManager.getMediaInformation().metadata.title值。
cast.receiver.MediaManager.getMediaInformation().metadata.title
答案 0 :(得分:0)
您需要在接收器中使用CastReceiverManager.setApplicationState()并传递标题或您认为合适的内容。请仔细阅读此G + post中的评论,以便更深入地了解这一点。
CastReceiverManager.setApplicationState()