Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
到目前为止,我能够检测到设备是否支持任何种类的 Widevine 版本,但我需要确保该设备不支持经典(即使它确实支持 Widevine 模块化)。
任何想法如何做到这一点?
您总是可以在尝试使用经典的代码中使用try-catch语句,然后捕获异常并改用 Widevine 吗?我对widevine不熟悉,只是一个想法?