Closed GoogleCodeExporter closed 9 years ago
I figured out why the application-defined field are not passed to the custom
receiver for the android sender.
Filters are applied on 'MediaMetada' object in the project
https://github.com/googlecast/CastCompanionLibrary-android. In order to pass
custom application-defined fields, you have to override two methods:
mediaInfoToBundle and bundleToMediaInfo
(./src/com/google/android/libraries/cast/companionlibrary/utils/Utils.java)
Original comment by laurence...@radio-canada.ca
on 21 May 2015 at 9:46
Original comment by jonathan...@google.com
on 21 May 2015 at 10:19
Original issue reported on code.google.com by
laurence...@gmail.com
on 21 May 2015 at 7:22