We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0d37c commit 1cf8138Copy full SHA for 1cf8138
index.d.ts
@@ -1267,7 +1267,7 @@ declare namespace dashjs {
1267
1268
getCurrentSchedulingInfo(type: MediaType): object;
1269
1270
- getCurrentDVRInfo(type: MediaType): IDVRInfo;
+ getCurrentDVRInfo(type?: MediaType): IDVRInfo;
1271
1272
getCurrentManifestUpdate(): any;
1273
@@ -1288,6 +1288,8 @@ declare namespace dashjs {
1288
* @param periodIdx Make sure this is the period index not id
1289
*/
1290
getMaxIndexForBufferType(bufferType: MediaType, periodIdx: number): number;
1291
+
1292
+ getMpd(externalManifest?: object): object;
1293
}
1294
1295
export interface ProtectionDataSet {
0 commit comments