dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.11k stars 220 forks source link

DirectX Video Acceleration #639

Closed boop5 closed 1 year ago

boop5 commented 1 year ago

This might be a naive question but:

Is there a specific reason that DirectX Video Acceleration (dxva2.dll) is not supported?

AArnott commented 1 year ago

Simply that no one has contributed the APIs. If it's part of the Windows SDK, you can find them in CsWin32 though.