背景音频 - next
WMPFMusicApi.next
需 WMPF >= 2.2.0 支持,使用前建议阅读注意事项
要求当前正在播放背景音频的小程序切换下一首。
调用参数
无
返回参数
无
示例代码
val musicApi = WMPF.getInstance().getMusicApi()
musicApi.next()
需 WMPF >= 2.2.0 支持,使用前建议阅读注意事项
要求当前正在播放背景音频的小程序切换下一首。
无
无
val musicApi = WMPF.getInstance().getMusicApi()
musicApi.next()