Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.34 KB

File metadata and controls

40 lines (29 loc) · 1.34 KB

GeneralPropertyHandler

This is an abstraction for the Microsoft Windows Property Handler System. The main goal is to implement Property Handlers easily and bind multiple types to one library.

Benefits:

  • independent of most Windows API characteristics
  • multiple handlers in one library (default)
  • independent of file suffix

Available Property Handlers

Currently a Vorbis Property Handler in read-only mode is implemented.

Installation

There is no installation system implemented. Look at this page to register the Handler:

http://msdn.microsoft.com/en-us/library/windows/desktop/bb266532%28v=vs.85%29.aspx#prophandlers__installation

License

CC0
To the extent possible under law, Joe136 has waived all copyright and related or neighboring rights to GeneralPropertyHandler.