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
MediaInfo.duration is type double? and represent milliseconds Future<File> getFileThumbnail has a parameter position of type int that represents a position in milliseconds
I think that the package should have consistent typing to represent duration in milliseconds to avoid conversion
The text was updated successfully, but these errors were encountered:
MediaInfo.duration
is typedouble?
and represent millisecondsFuture<File> getFileThumbnail
has a parameterposition
of typeint
that represents a position in millisecondsI think that the package should have consistent typing to represent duration in milliseconds to avoid conversion
The text was updated successfully, but these errors were encountered: