android - How to listen for HDMI-CEC media controls events in receiver -


google announced chromecast supports hdmi-cec controls. https://plus.google.com/+leonnicholls/posts/fygejavgmx3

i implement functionality in app. have tested youtube , tv , works. how can implement same thing in receiver portion of chromecast app? have tried listening key events, doesn't seem pick up. ideas?

as long use media manager on receiver side (the recommended approach), shouldn't need special.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -