The MASM Forum

Miscellaneous => Miscellaneous Projects => Topic started by: fearless on August 29, 2024, 03:01:47 AM

Title: MFPlayer Library
Post by: fearless on August 29, 2024, 03:01:47 AM
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)
Title: Re: MFPlayer Library
Post by: guga on August 29, 2024, 03:20:34 AM
Excellent

I´ll take a look Very good work.
Title: Re: MFPlayer Library
Post by: fearless on August 29, 2024, 04:09:12 AM
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)
Title: Re: MFPlayer Library
Post by: bubblyeduca on December 26, 2024, 08:53:52 PM
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