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
请教一下作者怎么实现音乐播放进度条的异步更新
The text was updated successfully, but these errors were encountered:
Audio有回调函数
def __init__( self, src: Optional[str] = None, src_base64: Optional[str] = None, autoplay: Optional[bool] = None, volume: OptionalNumber = None, balance: OptionalNumber = None, playback_rate: OptionalNumber = None, release_mode: Optional[ReleaseMode] = None, on_loaded=None, on_duration_changed=None, on_state_changed=None, on_position_changed=None, on_seek_complete=None, # # Control # ref: Optional[Ref] = None, data: Any = None, ): ...
Sorry, something went wrong.
No branches or pull requests
请教一下作者怎么实现音乐播放进度条的异步更新
The text was updated successfully, but these errors were encountered: