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: ```