From 2fa1f9edf3bf211af40e617216ec0ae947b4519e Mon Sep 17 00:00:00 2001 From: ajayhcode <117063355+ajayhcode@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:28:42 +0530 Subject: [PATCH] Update API.md --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index f298abf5..adef8a10 100644 --- a/API.md +++ b/API.md @@ -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:
* width - Width in pixels that the video was encoded at
* height - Height in pixels that the video was encoded at
* orientation - "portrait" or "landscape" audioTracks | array | An array of audio track info objects with the following properties:
* index - Index number
* title - Description of the track
* 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
* type - Mime type of track