Fix typo that caused the descriptions for onProgressUpdate not to appear

This commit is contained in:
Hampton Maxwell 2018-09-03 19:02:52 -07:00
parent 536bdc474d
commit 3c0323fbb0

View File

@ -682,8 +682,8 @@ Platforms: all
#### onProgress #### onProgress
Callback function that is called every progressInterval seconds with info about which position the media is currently playing. Callback function that is called every progressInterval seconds with info about which position the media is currently playing.
Property | Description Property | Type | Description
--- | --- --- | --- | ---
currentTime | number | Current position in seconds currentTime | number | Current position in seconds
playableDuration | number | Position to where the media can be played to using just the buffer in seconds playableDuration | number | Position to where the media can be played to using just the buffer in seconds
seekableDuration | number | Position to where the media can be seeked to in seconds. Typically, the total length of the media seekableDuration | number | Position to where the media can be seeked to in seconds. Typically, the total length of the media