I need a file type identification NET library (best 100% managed) with a similar functionality to TrIDEngine. I would ultimately need to pass a Stream representing content and expect the return value as either a MIME type or some enum/string easily mapped to a MIME type.
I want to detect just a handful of media types like WMV, WAV, MP3 and common image formats like JPEG, PNG, GIF and BMP.
The problem with TrIDEngine is the fact that it appears to only come in a form of a command line utility and expects a physical file path, not the required Stream.
Streaminterface. - wpfwannabe