I need a NET name type library (100% best) with similar TrIDEngine functionality . Ultimately, I would have to pass in the Streamrepresenting content and expect the return value to be either a MIME type or some enumeration / string that is easily matched to a MIME type.
I want to detect only a few types of media, such as WMV, WAV, MP3, and common image formats such as JPEG, PNG, GIF and BMP.
The problem with TrIDEngine is that it only appears as a command-line utility and expects the physical path to the file, not the required one Stream.
source
share