libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
ZPlay.LoadID3 Method

Load ID3 data from current stream.

C#
public bool LoadID3(TID3Version Id3Version, ref TID3Info Info);
Parameters 
Description 
TID3Version Id3Version 
ID3 version.
Note: This value is only used for sfMp3 stream format. For all other stream formats this parameter is ignored. 
ref TID3Info Info 
Reference to TID3Info receiving ID3 data. 
Return Values 
Description 
True 
All OK. 
False 
Error. To get error message read here

Check supported formats for info tag support. Some formats can support some sort of "Info tags", but not all. 

libZPlay library implements "ID3 tag" interface to different info tags (VORBIS comment, RIFF Info, ...). So, you can retrieve ID3 informations from different streams (mp3, ogg, flac, wav) because library will convert "format specific tag" to ID3 tag info. 

Note: If you juste need ID3 data from file, use LoadFileID3

Copyright (c) 2010. Zoran Cindori - All rights reserved.

Web: http://libzplay.sourceforge.net/

Email: zcindori@inet.hr