add ability to change progress update interval (#289)

* added progressUpdateInterval prop iOS

* add prop to Video.js

* added progressUpdateInterval prop iOS

* add prop to Video.js
This commit is contained in:
ndao
2016-10-01 11:23:50 -07:00
committed by Matt Apperson
parent 0c746e8fe8
commit 6b62119ce0
4 changed files with 24 additions and 17 deletions

View File

@@ -199,6 +199,7 @@ Video.propTypes = {
playWhenInactive: PropTypes.bool,
controls: PropTypes.bool,
currentTime: PropTypes.number,
progressUpdateInterval: PropTypes.number,
onLoadStart: PropTypes.func,
onLoad: PropTypes.func,
onError: PropTypes.func,