Skip to content

mrfearless/MFPlayer-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MFPlayer Library

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.

readthedocs

Download

  • Download the latest release for whichever assembler and architecture you require:

  • Copy MFPlayer.inc to your masm32\include folder for MFPlayer Library x86, or uasm\include for MFPlayer Library x64 (or wherever your include files are located)

  • Copy MFPlayer.lib to your masm32\lib folder for MFPlayer Library x86, or uasm\lib\x64 for MFPlayer Library x64 (or wherever your libraries are located)

  • Add the following to your project:

    include MFPlayer.inc includelib MFPlayer.lib

Functions

Documentation on the functions in the MFPlayer libraries are located on readthedocs here

Resources

Included with the releases are additional RadASM autocomplete / intellisense type files. Each *.api.txt file contains instructions as to where to paste their contents.

Other resources may be required to build the libraries:

About

Library of functions that wrap the IMFPMediaPlayer and IMFPMediaItem objects.

Topics

Resources

License

Stars

Watchers

Forks