@@ -1755,6 +1755,7 @@ declare namespace dashjs {
17551755 type : string
17561756
17571757 }
1758+
17581759 export interface AstInFutureEvent extends MediaPlayerEvent {
17591760 type : MediaPlayerEvents [ 'AST_IN_FUTURE' ] ;
17601761 delay : number ;
@@ -2789,41 +2790,44 @@ declare namespace dashjs {
27892790 }
27902791
27912792 export interface MediaPlayerModel {
2792- getABRCustomRules ( ) : object [ ] ;
27932793
27942794 addABRCustomRule ( type : string , rulename : string , rule : any ) : void ;
27952795
2796- removeABRCustomRule ( rulename : string ) : void ;
2796+ addUTCTimingSource ( schemeIdUri : string , value : string ) : void ;
27972797
2798- getInitialBufferLevel ( ) : number ;
2798+ clearDefaultUTCTimingSources ( ) : void ;
2799+
2800+ getABRCustomRules ( ) : object [ ] ;
27992801
28002802 getBufferTimeDefault ( ) : number ;
28012803
2802- getRetryAttemptsForType ( type : string ) : number ;
2804+ getDefaultUtcTimingSource ( ) : UTCTiming ;
28032805
2804- getRetryIntervalsForType ( type : string ) : any ;
2806+ getFastSwitchEnabled ( ) : boolean ;
28052807
2806- getLiveDelay ( ) : number ;
2808+ getInitialBufferLevel ( ) : number ;
28072809
28082810 getLiveCatchupLatencyThreshold ( ) : number ;
28092811
2810- addUTCTimingSource ( schemeIdUri : string , value : string ) : void ;
2812+ getLiveDelay ( ) : number ;
28112813
2812- removeUTCTimingSource ( schemeIdUri : string , value : string ) : void ;
2814+ getRetryAttemptsForType ( type : string ) : number ;
2815+
2816+ getRetryIntervalsForType ( type : string ) : any ;
28132817
28142818 getUTCTimingSources ( ) : UTCTiming [ ] ;
28152819
2816- clearDefaultUTCTimingSources ( ) : void ;
2820+ getXHRWithCredentialsForType ( type : string ) : object ;
28172821
2818- restoreDefaultUTCTimingSources ( ) : void ;
2822+ removeABRCustomRule ( rulename : string ) : void ;
28192823
2820- setXHRWithCredentialsForType ( type : string , value : any ) : void ;
2824+ removeUTCTimingSource ( schemeIdUri : string , value : string ) : void ;
28212825
2822- getXHRWithCredentialsForType ( type : string ) : object ;
2826+ reset ( ) : void ;
28232827
2824- getDefaultUtcTimingSource ( ) : UTCTiming ;
2828+ restoreDefaultUTCTimingSources ( ) : void ;
28252829
2826- reset ( ) : void ;
2830+ setXHRWithCredentialsForType ( type : string , value : any ) : void ;
28272831 }
28282832
28292833 export interface MetricsModel {
0 commit comments