How to get metadata from file in C#?
Posted
by Sergii
on Stack Overflow
See other posts from Stack Overflow
or by Sergii
Published on 2010-04-13T22:23:12Z
Indexed on
2010/04/13
22:33 UTC
Read the original article
Hit count: 158
For example I have a file '1.mp3', metadata are length, codec, compositor, license, bitrate, etc How can I get that metadata? I want to get metadata from different types of files.
© Stack Overflow or respective owner