Fix typo that caused the descriptions for onProgressUpdate not to appear
This commit is contained in:
parent
536bdc474d
commit
3c0323fbb0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user