2014-02-15 80 views
1

使用默認的ChromeCast RemoteMediaPlayer類和默認接收器,如何將專輯封面添加到頁面?我試過看http://developer.android.com/reference/com/google/android/gms/cast/MediaMetadata.html,但是似乎沒有專輯封面。屏幕上還有一個bug place holder,所以我認爲它是以某種方式支持的。我看着https://github.com/googlecast/Cast-Player-Sample/blob/master/player.js,似乎有一種情況是它試圖通過ar artwork = sampleplayer.getValue_(event.data, ['media', 'metadata', 'images', 0, 'url']);獲得藝術作品,但我沒有看到任何方法可以從客戶端實際填充。ChromeCast SDK專輯藝術

回答

2

MediaMetadata保留對圖像的引用並具有addImage方法。這就是你必須保存你的圖像信息,包括專輯封面(你可以添加儘可能多的參考,可能不同的長寬比,分辨率等)

+0

嗯,我覺得愚蠢的沒有看到,考慮如何我花了很長時間看文檔。謝謝。 – Floss

+0

嗨我有一個類似的問題,但與鉻api。它只是不會工作。有任何想法嗎? http://stackoverflow.com/questions/25823031/chromecast-chrome-api-how-to-set-change-album-art – REJH

+0

看看這個例子:https://github.com/googlecast/CVideosVideos-chrome –