Added channel property to allow audio panning

This commit is contained in:
Rafael Pinto
2018-06-05 02:25:46 +01:00
parent b86a2a7e12
commit 8b931cbc5d
5 changed files with 33 additions and 0 deletions

View File

@@ -277,6 +277,7 @@ Video.propTypes = {
paused: PropTypes.bool,
muted: PropTypes.bool,
volume: PropTypes.number,
channel: PropTypes.string,
rate: PropTypes.number,
playInBackground: PropTypes.bool,
playWhenInactive: PropTypes.bool,