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.
我正在开发一个 WPF 应用程序,它将在 Windows 媒体播放器实例中播放受保护的视频。在播放视频之前,我必须确保显示设备启用了 HDCP。如果设备未启用 HDCP,则不允许播放视频。
我如何在 WPF 应用程序中的 c# 中执行此操作?
SilverlightVideoOutputConnector.CanEnableHdcp在 WPF 中有但 AFAIK,您必须使用互操作。
VideoOutputConnector.CanEnableHdcp
这是一篇关于使用 Output Protection Manager 的 MSDN 文章。