generic graphics driver for mirroring
Is it possible to write an Windows generic graphics driver that will 1) use the currently installed driver for standard monitor out AND 2) perform some custom stuff with the video buffers (like mirror/stream to other video hardware). Something like what "connect to projector - mirror" does in Windows 7.
If this is not possible, can I write some driver that will hook somehow to the current graphics driver and take video buffers for further mirroring/streaming?
As far as I know, the existing drivers might be using COPP or some other protections when using Blu-ray sources or such, so how to avoid this?
Thanks!
镜像驱动程序(msdn链接)是否符合您的要求?
链接地址: http://www.djcxy.com/p/55950.html上一篇: 如何使用Java访问CD的原始字节?
下一篇: 用于镜像的通用图形驱动程序