Skip to content

Commit

Permalink
migrate changes to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jobispo committed Feb 10, 2024
1 parent fe978bd commit b262299
Show file tree
Hide file tree
Showing 16 changed files with 406 additions and 359 deletions.
2 changes: 1 addition & 1 deletion dist/shaka-player.compiled.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4068,7 +4068,7 @@ declare namespace shaka.extern {
}
// Generated from /home/jobispo/dev/stv-shaka-player/externs/shaka/player.js
declare namespace shaka.extern {
type DashManifestConfiguration = { autoCorrectDrift : boolean , clockSyncUri : string , disableXlinkProcessing : boolean , ignoreDrmInfo : boolean , ignoreEmptyAdaptationSet : boolean , ignoreMaxSegmentDuration : boolean , ignoreMinBufferTime : boolean , ignoreSuggestedPresentationDelay : boolean , initialSegmentLimit : number , keySystemsByURI : { [ key: string ]: string } , manifestPreprocessor : (a : Element ) => any , sequenceMode : boolean , xlinkFailGracefully : boolean } ;
type DashManifestConfiguration = { autoCorrectDrift : boolean , clockSyncUri : string , disableXlinkProcessing : boolean , ignoreDrmInfo : boolean , ignoreEmptyAdaptationSet : boolean , ignoreMaxSegmentDuration : boolean , ignoreMinBufferTime : boolean , ignoreSuggestedPresentationDelay : boolean , initialSegmentLimit : number , keySystemsByURI : { [ key: string ]: string } , manifestPreprocessor : (a : Element ) => any , requestInterval : number , sequenceMode : boolean , xlinkFailGracefully : boolean } ;
}
// Generated from /home/jobispo/dev/stv-shaka-player/externs/shaka/player.js
declare namespace shaka.extern {
Expand Down
2 changes: 1 addition & 1 deletion dist/shaka-player.compiled.debug.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4068,7 +4068,7 @@ declare namespace shaka.extern {
}
// Generated from /home/jobispo/dev/stv-shaka-player/externs/shaka/player.js
declare namespace shaka.extern {
type DashManifestConfiguration = { autoCorrectDrift : boolean , clockSyncUri : string , disableXlinkProcessing : boolean , ignoreDrmInfo : boolean , ignoreEmptyAdaptationSet : boolean , ignoreMaxSegmentDuration : boolean , ignoreMinBufferTime : boolean , ignoreSuggestedPresentationDelay : boolean , initialSegmentLimit : number , keySystemsByURI : { [ key: string ]: string } , manifestPreprocessor : (a : Element ) => any , sequenceMode : boolean , xlinkFailGracefully : boolean } ;
type DashManifestConfiguration = { autoCorrectDrift : boolean , clockSyncUri : string , disableXlinkProcessing : boolean , ignoreDrmInfo : boolean , ignoreEmptyAdaptationSet : boolean , ignoreMaxSegmentDuration : boolean , ignoreMinBufferTime : boolean , ignoreSuggestedPresentationDelay : boolean , initialSegmentLimit : number , keySystemsByURI : { [ key: string ]: string } , manifestPreprocessor : (a : Element ) => any , requestInterval : number , sequenceMode : boolean , xlinkFailGracefully : boolean } ;
}
// Generated from /home/jobispo/dev/stv-shaka-player/externs/shaka/player.js
declare namespace shaka.extern {
Expand Down
33 changes: 17 additions & 16 deletions dist/shaka-player.compiled.debug.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/shaka-player.compiled.debug.map

Large diffs are not rendered by default.

336 changes: 169 additions & 167 deletions dist/shaka-player.compiled.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/shaka-player.compiled.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/shaka-player.ui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4535,7 +4535,7 @@ declare namespace shaka.extern {
}
// Generated from /home/jobispo/dev/stv-shaka-player/externs/shaka/player.js
declare namespace shaka.extern {
type DashManifestConfiguration = { autoCorrectDrift : boolean , clockSyncUri : string , disableXlinkProcessing : boolean , ignoreDrmInfo : boolean , ignoreEmptyAdaptationSet : boolean , ignoreMaxSegmentDuration : boolean , ignoreMinBufferTime : boolean , ignoreSuggestedPresentationDelay : boolean , initialSegmentLimit : number , keySystemsByURI : { [ key: string ]: string } , manifestPreprocessor : (a : Element ) => any , sequenceMode : boolean , xlinkFailGracefully : boolean } ;
type DashManifestConfiguration = { autoCorrectDrift : boolean , clockSyncUri : string , disableXlinkProcessing : boolean , ignoreDrmInfo : boolean , ignoreEmptyAdaptationSet : boolean , ignoreMaxSegmentDuration : boolean , ignoreMinBufferTime : boolean , ignoreSuggestedPresentationDelay : boolean , initialSegmentLimit : number , keySystemsByURI : { [ key: string ]: string } , manifestPreprocessor : (a : Element ) => any , requestInterval : number , sequenceMode : boolean , xlinkFailGracefully : boolean } ;
}
// Generated from /home/jobispo/dev/stv-shaka-player/externs/shaka/player.js
declare namespace shaka.extern {
Expand Down
2 changes: 1 addition & 1 deletion dist/shaka-player.ui.debug.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4535,7 +4535,7 @@ declare namespace shaka.extern {
}
// Generated from /home/jobispo/dev/stv-shaka-player/externs/shaka/player.js
declare namespace shaka.extern {
type DashManifestConfiguration = { autoCorrectDrift : boolean , clockSyncUri : string , disableXlinkProcessing : boolean , ignoreDrmInfo : boolean , ignoreEmptyAdaptationSet : boolean , ignoreMaxSegmentDuration : boolean , ignoreMinBufferTime : boolean , ignoreSuggestedPresentationDelay : boolean , initialSegmentLimit : number , keySystemsByURI : { [ key: string ]: string } , manifestPreprocessor : (a : Element ) => any , sequenceMode : boolean , xlinkFailGracefully : boolean } ;
type DashManifestConfiguration = { autoCorrectDrift : boolean , clockSyncUri : string , disableXlinkProcessing : boolean , ignoreDrmInfo : boolean , ignoreEmptyAdaptationSet : boolean , ignoreMaxSegmentDuration : boolean , ignoreMinBufferTime : boolean , ignoreSuggestedPresentationDelay : boolean , initialSegmentLimit : number , keySystemsByURI : { [ key: string ]: string } , manifestPreprocessor : (a : Element ) => any , requestInterval : number , sequenceMode : boolean , xlinkFailGracefully : boolean } ;
}
// Generated from /home/jobispo/dev/stv-shaka-player/externs/shaka/player.js
declare namespace shaka.extern {
Expand Down
Loading

0 comments on commit b262299

Please sign in to comment.