我正在使用一个pushStream,其中充满了音频数据。
将所有数据推送到流后,我正在使用Bass.BASS_ChannelPlay(playPushStream,false)进行播放,效果很好,但只有一次。
我必须做什么才能多次播放(一次又一次)?
将位置重置为0并使用Loop Basflag无效。
最佳答案
似乎在un4seen.com论坛中已经提出并回答了这个问题:
Playing PushStream more than once
关于c# - Bass.dll多次播放PushStream,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/174416/