|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
access mp3 headerhi, how can i access the header of MP3 files? like i want to access the
Version, layer, if it has error protection, the bit rate, frequency, if its copywritten, etc....would i need to use a binary reader or how would i achieve this? thanks -- -iwdu15 iwdu15 wrote:
> hi, how can i access the header of MP3 files? like i want to access the <http://www.codeproject.com/vb/net/vbmp3header.asp>> Version, layer, if it has error protection, the bit rate, frequency, if its > copywritten, etc....would i need to use a binary reader or how would i > achieve this? thanks The key search term here is 'ID3', the name of the tagging format used in MP3 files. -- Larry Lard Replies to group please When starting a new topic, please mention which version of VB/C# you are using On Tue, 11 Jul 2006 19:49:01 -0700, iwdu15 <jmmgoalsteratyahoodotcom>
wrote: >hi, how can i access the header of MP3 files? like i want to access the Have at look here at UltraID3Lib:>Version, layer, if it has error protection, the bit rate, frequency, if its >copywritten, etc....would i need to use a binary reader or how would i >achieve this? thanks http://home.fuse.net/honnert/hundred/ The example project seems to work fine. Gene those work great, thanks! but now another question, how can i tell if the
file the user specified has a license. like i don want them to be able to transfer the file if they dont have the license to do that. where is the license information stored? -- -iwdu15 iwdu15 wrote:
> those work great, thanks! but now another question, how can i tell if the MP3's don't store license information (like DRM).> file the user specified has a license. like i don want them to be able to > transfer the file if they dont have the license to do that. where is the > license information stored? -- Rinze van Huizen C-Services Holland b.v simple enough for MP3s then....what about WMAs, how would i check the license
on them? thanks -- -iwdu15 |
|||||||||||||||||||||||