News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

MFPlayer Library

Started by fearless, August 29, 2024, 03:01:47 AM

Previous topic - Next topic

fearless

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

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 and can be found at https://github.com/mrfearless/MediaPlayer

guga

Excellent

I´ll take a look Very good work.
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

fearless

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 and can be found at https://github.com/mrfearless/MediaPlayer