PierrePC
Hello,
It seems that the same kind of question has already been asked, but there is no answer yet.
I am using the Directshow sample VMR9Allocator, and I need to display my application in fullscreen. First I simply tried to maximize the main window size in popup mode; it works but I still have the common tearing of the windowed mode. So I would like to implement the vmr9 renderless fullscreen mode, but I don't know how to proceed, I can't find any information about that.
VMR9Allocator is already in renderless mode. Now when creating my device, I changed my D3DPRESENT_PARAMETERS and put Windowed at false ; however in this case it seems that vmr9 reads my video but nothing is diplayed on the screen.
I don't know what I am missing. Could somebody help me
Thank you for your time and consideration.