2005-01-05, 02:07 AM
I have been trying to add functionality to my panel to display the currently playing audio track. I am implementing the IEventNotification interface. I receive CurrentAudioTrack events when a new track start up just fine, but I never receive any events to tell me the track is complete. I thought I might get a MusicStopping event, but I donât. Am I doing something wrong? I know I could poll the PlayList to see if something is still playing, but that seems resource intensive and defeats the whole reason to use events in the first place.
Thanks
Jeff
Thanks
Jeff