MFPlayer Library consists of functions that wrap the MFPlay COM implementation of the IMFPMediaPlayer and IMFPMediaItem objects. MFPlay is a Microsoft Media Foundation API for creating media playback applications. Thus the MFPlayer Library functions hide the complexities of interacting with the COM objects.
https://github.com/mrfearless/MFPlayer-Library (https://github.com/mrfearless/MFPlayer-Library)
A readthedocs page is available as well.
The MediaPlayer application is an example of the usage of the MFPlayer library which has been uploaded here: https://masm32.com/board/index.php?topic=12242.0 (https://masm32.com/board/index.php?topic=12242.0) and can be found at https://github.com/mrfearless/MediaPlayer (https://github.com/mrfearless/MediaPlayer)
Excellent
I´ll take a look Very good work.
Updated first post to indicate that the example of the MFPlayer library usage has been uploaded to github and posted on the forum:
The MediaPlayer application is an example of the usage of the MFPlayer library which has been uploaded here: https://masm32.com/board/index.php?topic=12242.0 (https://masm32.com/board/index.php?topic=12242.0) and can be found at https://github.com/mrfearless/MediaPlayer (https://github.com/mrfearless/MediaPlayer)
Quote from: fearless on August 29, 2024, 04:09:12 AMUpdated first post to indicate that the example of the MFPlayer library usage has been uploaded to github and posted on the forum:
The MediaPlayer application is an example of the usage of the MFPlayer library which has been uploaded here: https://masm32.com/board/index.php?topic=12242.0 (https://masm32.com/board/index.php?topic=12242.0) and can be found at https://github.com/mrfearless/MediaPlayer (https://github.com/mrfearless/MediaPlayer)geometry dash (https://geometrydash.io/lite)
Thanks for your latest update, I will check it out