Pause and Resume

Started by kgs1951,

kgs1951

Can anyone provide the vb.net code to resume from the same position a stream that has been paused. It would be very much appreciated.

Ian @ un4seen

BASS_ChannelStart or BASS_ChannelPlay (with restart=false) will resume playback from the current position, which will be the same position as you paused it unless BASS_ChannelSetPosition has been called in the meantime.