Question

I am using Bass. How do i seek to the middle of the song or to any given point?

Was it helpful?

Solution

var thetime = Bass.BASS_ChannelSeconds2Bytes(_stream, doubleInSeconds);
var success = Bass.BASS_ChannelSetPosition(_stream, thetime);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top