Skip to content

Commit 59f02fa

Browse files
committed
Fix errors in JSDoc
1 parent ce77ee6 commit 59f02fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/Settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,9 +959,9 @@ import Events from './events/Events.js';
959959
* @property {boolean} [applyContentSteering=true]
960960
* Set to true if dash.js should apply content steering during playback.
961961
* @property {boolean} [enableManifestDurationMismatchFix=true]
962-
* Overwrite the manifest segments base information timescale attributes with the timescale set in initialization segments
962+
* For multi-period streams, overwrite the manifest mediaPresentationDuration attribute with the sum of period durations if the manifest mediaPresentationDuration is greater than the sum of period durations
963963
* @property {boolean} [enableManifestTimescaleMismatchFix=false]
964-
* Defines the delay in milliseconds between two consecutive checks for events to be fired.
964+
* Overwrite the manifest segments base information timescale attributes with the timescale set in initialization segments
965965
* @property {boolean} [parseInbandPrft=false]
966966
* Set to true if dash.js should parse inband prft boxes (ProducerReferenceTime) and trigger events.
967967
* @property {module:Settings~Metrics} metrics Metric settings

0 commit comments

Comments
 (0)