Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
MetaTagChanged event 
 
Remarks 
 
Occurs, during an Internet stream playback, when the Shoutcast metadata of the playing stream is changed from the provider. 
 
After catching this event it will be possible retrieving the new strings of metadata through the GetTagString method. 
 
For further details about Internet streams support see the How to play Internet streams section. 
 
 
Syntax 
 
[Visual Basic] 
MetaTagChanged 
ByVal nPlayer as Integer 
)
 
[C++] 
void MetaTagChanged ( 
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that fired the event
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents