|
Project Information
Featured
Downloads
|
This project is a managed C++/CLI wrapper around parts of AtomicParsley. Because Atomic Parsley is a command line tool, and all of its code organized as such, it was necessary to change parts of it structurally in order to be used as an in-process component. For this reason the pieces of code taken from that project have been forked completely. The resulting managed classes allows reading MPEG4 audio file atoms from C# as well a provides a mapping of common atoms into common Windows Media tag names. Solution and projects are VS.NET 2010. The AtomicParsley wrapper is C++/CLI, with unit tests and example usage in C#. |