From 4f9d48fc31102feb05f75df2ed1972f6a3955b89 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Fri, 20 May 2022 23:53:00 +0100 Subject: [PATCH] update getDuration method documentation, fixes #311 --- react-native/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native/src/index.js b/react-native/src/index.js index 2d25604..03241f1 100644 --- a/react-native/src/index.js +++ b/react-native/src/index.js @@ -2484,7 +2484,7 @@ export class MediaInformation { /** * Returns duration. * - * @return media duration in milliseconds + * @return media duration in "seconds.microseconds" format */ getDuration() { return this.getStringProperty(MediaInformation.KEY_DURATION);