Skip to content

Commit

Permalink
update getDuration method documentation, fixes #311
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed May 20, 2022
1 parent 9c89443 commit 4f9d48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4f9d48f

Please sign in to comment.