Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 4f9d48f

Browse files
committed
update getDuration method documentation, fixes #311
1 parent 9c89443 commit 4f9d48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@ export class MediaInformation {
24842484
/**
24852485
* Returns duration.
24862486
*
2487-
* @return media duration in milliseconds
2487+
* @return media duration in "seconds.microseconds" format
24882488
*/
24892489
getDuration() {
24902490
return this.getStringProperty(MediaInformation.KEY_DURATION);

0 commit comments

Comments
 (0)