You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `useVideo` hook returns `currentFrame` which contains the current video frame, as well as `currentTime`, and `rotationInDegrees`.
100
+
97
101
## Playback Options
98
102
99
103
You can seek a video via the `seek` playback option. By default, the seek option is null. If you set a value in milliseconds, it will seek to that point in the video and then set the option value to null again.
100
104
101
-
There is also the `currentTime` option, which is a Reanimated value that contains the current playback time of the video.
102
-
103
105
`looping` indicates whether the video should be looped or not.
104
106
105
107
`playbackSpeed` indicates the playback speed of the video (default is 1).
0 commit comments