From 146cbe3183481ef7f291101b1b726020c9e3df0a Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Tue, 12 Jun 2018 21:17:47 -0700 Subject: [PATCH] Clean up onLoad info --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index caf69cf3..dc5ae17f 100644 --- a/README.md +++ b/README.md @@ -437,12 +437,12 @@ Callback function that is called when the media is loaded and ready to play. Payload: -Property | Description ---- | --- -currentPosition | Time in seconds where the media will start -duration | Length of the media in seconds -naturalSize | * width - Width in pixels that the video was encoding at
* height - Height in pixels that the video was encoding at
* orientation - "portrait" or "landscape" -textTracks | An array with info about the text tracks
* index - Index number
* title - Description of the track
* language - IOS 639-1 2 letter language code
* type - Mime type of track +Property | Type | Description +--- | --- | --- +currentPosition | 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" +textTracks | array | An array of text track info objects with the following properties:
* index - Index number
* title - Description of the track
* language - IOS 639-1 2 letter language code
* type - Mime type of track Example: ```