Hi
How can I make it so that when the player is in "readyToPlay" mode, I can start it not from 0 seconds, but from the one I need
I try to run the RxMusicPlayer.Command.seek command after launching the player, but the player gives an error
status failed(err: SoundBar.RxMusicPlayerError.invalidCommand(cmd: SoundBar.RxMusicPlayer.Command.seek(seconds: 100, shouldPlay: false)))
RxMusicPlayer.Status.failed invalidCommand(cmd: SoundBar.RxMusicPlayer.Command.seek(seconds: 100, shouldPlay: false))
The player can only rewind when it is playing.
Hi
How can I make it so that when the player is in "readyToPlay" mode, I can start it not from 0 seconds, but from the one I need
I try to run the RxMusicPlayer.Command.seek command after launching the player, but the player gives an error
status failed(err: SoundBar.RxMusicPlayerError.invalidCommand(cmd: SoundBar.RxMusicPlayer.Command.seek(seconds: 100, shouldPlay: false)))RxMusicPlayer.Status.failed invalidCommand(cmd: SoundBar.RxMusicPlayer.Command.seek(seconds: 100, shouldPlay: false))The player can only rewind when it is playing.