user34537
user34537

Reputation:

How do i seek with bass?

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

Upvotes: 1

Views: 541

Answers (1)

user34537
user34537

Reputation:

var thetime = Bass.BASS_ChannelSeconds2Bytes(_stream, doubleInSeconds);
var success = Bass.BASS_ChannelSetPosition(_stream, thetime);

Upvotes: 2

Related Questions