Android turn off ChromeCast Screen Mirroring function

后端 未结 1 1541
猫巷女王i
猫巷女王i 2021-01-23 07:56

I have a problem with ChromeCast Screen Mirroring function. Because my content is protected (DRM video) if the user use Screen Cast i need check and turn off or show something e

1条回答
  •  粉色の甜心
    2021-01-23 08:52

    You can implement Chromecast-support in your app and choose which layout to cast when the screen is mirrored (so just cast an empty layout or information etc). If you check the example PresentationWithMediaRouterActivity in Android ApiDemos (or Google it and you will find the files needed), you can see a good example implementation that does just that.

    0 讨论(0)
提交回复
热议问题