clarify onProgress documentation
The docs for `progressUpdateInterval` say that the value is in milliseconds, but the docs for `onProgress` said that the value was in seconds. This fixes the latter documentation to be consistent with the former.
This commit is contained in:
parent
81ae785090
commit
d10f7c5b85
@ -1113,7 +1113,7 @@ Platforms: all
|
|||||||
|
|
||||||
|
|
||||||
#### onProgress
|
#### onProgress
|
||||||
Callback function that is called every progressUpdateInterval seconds with info about which position the media is currently playing.
|
Callback function that is called every progressUpdateInterval milliseconds with info about which position the media is currently playing.
|
||||||
|
|
||||||
Property | Type | Description
|
Property | Type | Description
|
||||||
--- | --- | ---
|
--- | --- | ---
|
||||||
|
Loading…
Reference in New Issue
Block a user