Skip to content

Commit

Permalink
remove deprecated options from demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Jun 14, 2024
1 parent 8c3f212 commit 2fa69c8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions demo/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,18 +499,10 @@ shakaDemo.Config = class {
'streaming.liveSyncTargetLatencyTolerance',
/* canBeDecimal= */ true,
/* canBeZero= */ true)
.addNumberInput_('Max latency for live sync',
'streaming.liveSyncMaxLatency',
/* canBeDecimal= */ true,
/* canBeZero= */ true)
.addNumberInput_('Playback rate for live sync',
'streaming.liveSyncPlaybackRate',
/* canBeDecimal= */ true,
/* canBeZero= */ false)
.addNumberInput_('Min latency for live sync',
'streaming.liveSyncMinLatency',
/* canBeDecimal= */ true,
/* canBeZero= */ true)
.addNumberInput_('Min playback rate for live sync',
'streaming.liveSyncMinPlaybackRate',
/* canBeDecimal= */ true)
Expand Down

0 comments on commit 2fa69c8

Please sign in to comment.