Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用低音。我如何寻找到歌曲的中间或任何给定的点?
var thetime = Bass.BASS_ChannelSeconds2Bytes(_stream, doubleInSeconds); var success = Bass.BASS_ChannelSetPosition(_stream, thetime);