Hello.
My situation. I start play music, then I change default audio device. I have just got to restart a song. But I want that the music continue play on other device I chose.
Now I use...
First:
Bass.BASS_Init(-1, 44100, BASSInit.BASS_DEVICE_DEFAULT, IntPtr.Zero);
//and start music
Then:
Bass.BASS_Free();
Bass.BASS_Init(-1, 44100, BASSInit.BASS_DEVICE_DEFAULT, IntPtr.Zero);
//and start music again
Please help, how to continue music play?