VEX-6011: Align AVOD resolutions with available resolutions on Content (#14)

Add support for content tracks and improve track selection to work even during ads playback.
This commit is contained in:
Armands Malejev
2021-11-09 14:22:32 +02:00
committed by GitHub
parent e27baeb065
commit f712eecb4f
3 changed files with 149 additions and 0 deletions

View File

@@ -477,6 +477,7 @@ Video.propTypes = {
playWhenInactive: PropTypes.bool,
ignoreSilentSwitch: PropTypes.oneOf(['ignore', 'obey']),
reportBandwidth: PropTypes.bool,
contentStartTime: PropTypes.number,
disableFocus: PropTypes.bool,
disableBuffering: PropTypes.bool,
controls: PropTypes.bool,