@@ -1080,7 +1080,6 @@ shaka.extern.xml.Node;
1080
1080
/**
1081
1081
* @typedef {{
1082
1082
* clockSyncUri: string,
1083
- * ignoreDrmInfo: boolean,
1084
1083
* disableXlinkProcessing: boolean,
1085
1084
* xlinkFailGracefully: boolean,
1086
1085
* ignoreMinBufferTime: boolean,
@@ -1104,12 +1103,6 @@ shaka.extern.xml.Node;
1104
1103
* URI will be used to determine the current time.
1105
1104
* <br>
1106
1105
* Defaults to <code>''</code>.
1107
- * @property {boolean } ignoreDrmInfo
1108
- * If true will cause DASH parser to ignore DRM information specified
1109
- * by the manifest and treat it as if it signaled no particular key
1110
- * system and contained no init data.
1111
- * <br>
1112
- * Defaults to <code>false</code>.
1113
1106
* @property {boolean } disableXlinkProcessing
1114
1107
* If true, xlink-related processing will be disabled.
1115
1108
* <br>
@@ -1355,7 +1348,8 @@ shaka.extern.MssManifestConfiguration;
1355
1348
* raiseFatalErrorOnManifestUpdateRequestFailure: boolean,
1356
1349
* continueLoadingWhenPaused: boolean,
1357
1350
* ignoreSupplementalCodecs: boolean,
1358
- * updatePeriod: number
1351
+ * updatePeriod: number,
1352
+ * ignoreDrmInfo: boolean
1359
1353
* }}
1360
1354
*
1361
1355
* @property {shaka.extern.RetryParameters } retryParameters
@@ -1436,6 +1430,12 @@ shaka.extern.MssManifestConfiguration;
1436
1430
* trigger a new download of the manifest.
1437
1431
* <br>
1438
1432
* Defaults to <code>-1</code>.
1433
+ * @property {boolean } ignoreDrmInfo
1434
+ * If true will cause DASH/HLS parser to ignore DRM information specified
1435
+ * by the manifest and treat it as if it signaled no particular key
1436
+ * system and contained no init data.
1437
+ * <br>
1438
+ * Defaults to <code>false</code>.
1439
1439
* @exportDoc
1440
1440
*/
1441
1441
shaka . extern . ManifestConfiguration ;
0 commit comments