Android : mediaInformation.duration returns second instead of millisecond #311
Labels
android
Affect Android platform
documentation-bug
Documentation is missing or wrong
fixed-in-react-native-v4.5.2
fixed-in-v5.1
library
Affects the library
v4.5
Affects v4.5 release
v4.5.1
Affects v4.5.1 release
Description
In Android the method getDuration() returns a duration expressed in second instead of millisecond as mentionned in the documentation. (Only tested in Android)
Expected behavior
The duration converted in millisecond
Current behavior
For a 31s video, I get this value : 31.180000
To Reproduce
Environment
Android
arm64
v4.5
main
4.0
The text was updated successfully, but these errors were encountered: