Skip to content

Commit

Permalink
chore: Add detectPlayreadyMessageFormat to settings type
Browse files Browse the repository at this point in the history
  • Loading branch information
vodlogic committed Apr 20, 2022
1 parent 3d42188 commit 932c9ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ declare namespace dashjs {
},
protection?: {
keepProtectionMediaKeys?: boolean,
ignoreEmeEncryptedEvent?: boolean
ignoreEmeEncryptedEvent?: boolean,
detectPlayreadyMessageFormat?: boolean,
},
buffer?: {
enableSeekDecorrelationFix?: boolean,
Expand Down

0 comments on commit 932c9ce

Please sign in to comment.