How to reset an AudioStream in VB?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am developing a mediaplayer by customising Windows Mediaplayer Control. The mediaplayer should have the ability to detect whether there is already an audio playback running on the Windows 98/2000. If there is one running, the mediaplayer should stop it and start to run its own. I know there is a property in Mediaplayer control which is called AudioStream, the value of which has been set to -1 be default. But I don't know how to make use of it. Any help are greatly appreciated. DJ