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
Is your feature request related to a problem? Please describe (REQUIRED):
I need to get the ongoing decoded frame number and time in the video in order to assess if it's synced well with other game elements.
Describe the solution you'd like (REQUIRED):
have a getter method that returns the played frame number and time.
Describe alternatives you've considered (REQUIRED):
For now I'm burning the video frame number within the video itself in order to check but I need to access this data for more precise gameplay.
The text was updated successfully, but these errors were encountered:
Getting the current time is more than enough, converting to framerate won't be a problem. Is that time() getter new or did I miss it? Didn't read it in the api file. Thanks
Is your feature request related to a problem? Please describe (REQUIRED):
I need to get the ongoing decoded frame number and time in the video in order to assess if it's synced well with other game elements.
Describe the solution you'd like (REQUIRED):
have a getter method that returns the played frame number and time.
Describe alternatives you've considered (REQUIRED):
For now I'm burning the video frame number within the video itself in order to check but I need to access this data for more precise gameplay.
The text was updated successfully, but these errors were encountered: