易语言bass调用播放音乐如何设置只播放一次? 15
现在点播放是循环播放的不会停_按钮4_被单击BASS_ChannelStop(h)‘停止bytearray=到字节集(#mp5)lenth=取字节集长度(bytearra...
现在点播放是循环播放的 不会停
_按钮4_被单击
BASS_ChannelStop (h) ‘停止
bytearray = 到字节集 (#mp5)
lenth = 取字节集长度 (bytearray)
h = BASS_StreamCreateFile (真, bytearray, 0, 0, lenth, 0, 4)
BASS_ChannelPlay (h, 0)'播放
这个播放完不会自动停止 又从头开始放一直循环一首 展开
_按钮4_被单击
BASS_ChannelStop (h) ‘停止
bytearray = 到字节集 (#mp5)
lenth = 取字节集长度 (bytearray)
h = BASS_StreamCreateFile (真, bytearray, 0, 0, lenth, 0, 4)
BASS_ChannelPlay (h, 0)'播放
这个播放完不会自动停止 又从头开始放一直循环一首 展开
3个回答
展开全部
h = BASS_StreamCreateFile (真, bytearray, 0, 0, lenth, 0, 4)
更改为:h = BASS_StreamCreateFile (真, bytearray, 0, 0, lenth, 0, 0)
就是播放一次 如果是 4就是重复播放
更改为:h = BASS_StreamCreateFile (真, bytearray, 0, 0, lenth, 0, 0)
就是播放一次 如果是 4就是重复播放
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
BASS_ChannelStop (h) ‘停止
bytearray = 到字节集 (#mp5)
lenth = 取字节集长度 (bytearray)
h = BASS_StreamCreateFile (真, bytearray, 0, 0, 0, 0, 0)
BASS_ChannelPlay (h, 真)'播放
bytearray = 到字节集 (#mp5)
lenth = 取字节集长度 (bytearray)
h = BASS_StreamCreateFile (真, bytearray, 0, 0, 0, 0, 0)
BASS_ChannelPlay (h, 真)'播放
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询