roykolak / chromecast-away

A friendly, nonjudgemental js library for chromecasting
http://roykolak.github.io/chromecast-away/
MIT License
23 stars 6 forks source link

Suport meta data for the default media receiver #1

Closed roykolak closed 10 years ago

roykolak commented 10 years ago

Along with a media url and content type for the default media receiver, you can also pass meta data info via the following types:

chrome.cast.media.MetadataType.GENERIC chrome.cast.media.MetadataType.TV_SHOW chrome.cast.media.MetadataType.MOVIE chrome.cast.media.MetadataType.MUSIC_TRACK chrome.cast.media.MetadataType.PHOTO

https://github.com/googlecast/CastMedia-chrome/blob/master/media.js#L232