Updates README description

This commit is contained in:
Joe Meyer 2019-06-11 15:52:59 -05:00
parent fccbc939d9
commit 4efd0b5fa4

View File

@ -975,12 +975,12 @@ Callback function that is called when the rate of playback changes - either paus
Property | Type | Description
--- | --- | ---
playbackRate | number | 1 if playback is ongoing and 0 otherwise
playbackRate | number | 0 when playback is paused, 1 when playing at normal speed. Other values when playback is slowed down or sped up
Example:
```
{
playbackRate: 0,
playbackRate: 0, // indicates paused
}
```