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 9a8640e commit 842c6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public String getLongFormat() {
/**
* Returns duration.
*
* @return media duration in milliseconds
* @return media duration in microseconds string
*/
public String getDuration() {
return getStringProperty(KEY_DURATION);
Expand Down
2 changes: 1 addition & 1 deletion apple/src/MediaInformation.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ extern NSString* const MediaKeyTags;
/**
* Returns duration.
*
* @return media duration in milliseconds
* @return media duration in microseconds string
*/
- (NSString*)getDuration;

Expand Down

0 comments on commit 842c6b9

Please sign in to comment.