Skip to content

Commit

Permalink
Add supplementalProperties to index.d.ts and MediaInfo.js (#4080)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy authored Nov 3, 2022
1 parent 2b0848e commit 6edc2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ declare namespace dashjs {
isText: boolean;
KID: any | null;
bitrateList: Bitrate[];
supplementalProperties: object;
}

export class ProtectionMediaInfo {
Expand Down
1 change: 1 addition & 0 deletions src/dash/vo/MediaInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class MediaInfo {
this.isFragmented = null;
this.isEmbedded = null;
this.selectionPriority = 1;
this.supplementalProperties = {};
}

}
Expand Down

0 comments on commit 6edc2c9

Please sign in to comment.