Skip to content

Commit

Permalink
documentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
tulsileathers authored and leoasis committed Sep 14, 2017
1 parent b4ca45a commit c6c9d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class MyComponentWithSound extends React.Component {
* *volume (number)*: The current sound's volume. A value between 0 and 100.
* *autoLoad (boolean)*: If the sound should start loading automatically (defaults to `false`).
* *onLoading (function)*: Function that gets called while the sound is loading. It receives an object with properties `bytesLoaded`, `bytesTotal` and `duration`.
* *onLoad (function)*: Function that gets called after the sound has finished loading. It receives an object with property `success`.
* *onLoad (function)*: Function that gets called after the sound has finished loading. It receives an object with property `loaded`, a boolean set to true if the sound has finished loading successfully.
* *onPlaying (function)*: Function that gets called while the sound is playing. It receives an object with properties `position` and `duration`.
* *onPause (function)*: Function that gets called when the sound is paused. It receives an object with properties `position` and `duration`.
* *onResume (function)*: Function that gets called while the sound is resumed playing. It receives an object with properties `position` and `duration`.
Expand Down

0 comments on commit c6c9d04

Please sign in to comment.