Feature implementation: Failure Retry Count

Feature implementation: Failure Retry Count
This commit is contained in:
sridhar
2019-01-24 18:49:37 +05:30
parent 91e0206a41
commit 172954de5a
3 changed files with 21 additions and 3 deletions

View File

@@ -339,6 +339,7 @@ Video.propTypes = {
// Opaque type returned by require('./video.mp4')
PropTypes.number
]),
failureRetryCount: PropTypes.number,
maxBitRate: PropTypes.number,
resizeMode: PropTypes.string,
poster: PropTypes.string,