Copyright © 2006-2026 MultiMedia Soft

MetaTagChanged event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs, during an Internet stream recording session, 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 details about recording from the Internet see the How to perform an Internet-based recording session section.

 

 

 

Syntax

 

[Visual Basic]

Public Event MetaTagChanged As PlayerEventHandler


 

[C#]

public event PlayerEventHandler MetaTagChanged;


 

[C++]

public: __event PlayerEventHandler* MetaTagChanged;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.