stop method
void
stop()
停止播放
Stop the player's playback.
Implementation
void stop() {
_playerLog("[api][stop]");
_aliPlayer.stop();
}
停止播放
Stop the player's playback.
void stop() {
_playerLog("[api][stop]");
_aliPlayer.stop();
}