开发者

How do i seek with bass?

开发者 https://www.devze.com 2022-12-19 23:36 出处:网络
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);

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);
0

精彩评论

暂无评论...
验证码 换一张
取 消