Media Foundation is expanded #41
Closed
FactoryXCode
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Since the latest update of Windows 11, Microsoft announced Media Foundation has been expanded with D3D11 and above.
The latest basic involved headers are:
codecapi.h
d3d11.h
d3d9.h
d3d9caps.h
d3d9types.h
dxva.h
dxva2api.h
dxvahd.h
evr.h
evr9.h
mfapi.h
mfcaptureengine.h
mferrors.h
mfidl.h
mfmediacapture.h
mfmediaengine.h
mfmp2dlna.h
mfobjects.h
mfplay.h
mfreadwrite.h
mftransform.h
opmapi.h
wmcodecdsp.h
wmcontainer.h
Note that the D3D12 API will be the next part of Media Foundation.
Beware that Delphi version 10.5 only supports a part of the D3D12 API and is not updated for Windows 11.
Mfpack covers all of them including API's supported by Media Foundation.
All reactions