We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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))
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: