WinAppSDK-MediaPlayer
WinAppSDK-MediaPlayer copied to clipboard
DirectShow support
Hi, I'm porting wpf player to winui3, winui 3 Media Player is fine, but I'm not going to drop directshow support. I'm trying to render directshow using SwapChainPanel in winui 3, I got a IDirect3DSurface9 through custom EVR Presenter, in wpf I render it using d3dimage, but I don't know how to render it using SwapChainPanel, what should I do?