-
Notifications
You must be signed in to change notification settings - Fork 177
IClip的 async tick(time: number),默认周期是多少?可以自己自定义吗? #58
New issue
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
Comments
解码视频 DEMO 源码演示了如何直接调用
|
最好可以周期时间更小的颗粒度,因为小颗粒度到粗颗粒度,可以在里面等待一帧就行,但粗颗粒度无法到小颗粒度... |
或者最好可以外部有某个API,可以初始化设置该周期 |
我们在尝试和我们已有canvas逻辑整合,我们自己canvas代码里也有ticker逻辑,大概如下所示。尝试了好几天,我们ticker和IClip的 async tick(time: number),整合非常非常困难。
|
经沟通未能理解上下文 |
这个问题也可以参看这个后续的单开的issue: |
如题

https://hughfenghen.github.io/WebAV/_api/av-cliper/interfaces/IClip.html#tick
The text was updated successfully, but these errors were encountered: