I am using Bass. How do i seek to th开发者_如何学编程e middle of the song or to any given point?
var thetime = Bass.BASS_ChannelSeconds2Bytes(_stream, doubleInSeconds);
var success = Bass.BASS_ChannelSetPosition(_stream, thetime);
I am using Bass. How do i seek to th开发者_如何学编程e middle of the song or to any given point?
var thetime = Bass.BASS_ChannelSeconds2Bytes(_stream, doubleInSeconds);
var success = Bass.BASS_ChannelSetPosition(_stream, thetime);
精彩评论