Merge pull request #2990 from ajayhcode/patch-1

Update API.md
This commit is contained in:
Olivier Bouillet 2023-01-25 22:33:27 +01:00 committed by GitHub
commit e8809d62ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
API.md
View File

@ -1122,7 +1122,7 @@ Payload:
Property | Type | Description
--- | --- | ---
currentPosition | number | Time in seconds where the media will start
currentTime | number | Time in seconds where the media will start
duration | number | Length of the media in seconds
naturalSize | object | Properties:<br> * width - Width in pixels that the video was encoded at<br> * height - Height in pixels that the video was encoded at<br> * orientation - "portrait" or "landscape"
audioTracks | array | An array of audio track info objects with the following properties:<br> * index - Index number<br> * title - Description of the track<br> * language - 2 letter [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) or 3 letter [ISO639-2](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) language code<br> * type - Mime type of track