Hi guys.
Well according to the research I had, and MP3 file structure is as follows:
AAAAAAAA AAABBCCD EEEEFFGH IIJJKLMM
which is refered to as frames, and each. Each letter is one bit.
I've seen samples demonstrating how to get data from this but what I want is to get/access letter "H" in the above frames. Anyone knows how I can go about doing that? Here are the samples of getting information of the file. VbCity, Codeproject, Info about MP3 structure.