Hi everybody :-)
How do I stop a url stream, instead of pausing it like this:
Dim success As BASSFlag = BassMix.BASS_Mixer_ChannelFlags(MainModule.streamfx(WhichDeck - 1), BASSFlag.BASS_MIXER_CHAN_PAUSE, BASSFlag.BASS_MIXER_CHAN_PAUSE)
streamfx is being put into a mixer channel.
And how do I start it again?
Or actually another question to this issue:
How does it behave, when I pause a url stream like above for let's say an hour. Will it just keep wirting the stream data to the buffer in an endless way? I would like to avoid that and rather stop the stream.