Skip to content

Commit

Permalink
Added getTargetLiveDelay method to type definitions (#4268)
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Aug 31, 2023
1 parent 67f2f6f commit 8f75266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -1287,6 +1287,8 @@ declare namespace dashjs {

getDVRSeekOffset(value: number): number;

getTargetLiveDelay(): number;

convertToTimeCode(value: number): string;

formatUTC(time: number, locales: string, hour12: boolean, withDate?: boolean): string;
Expand Down

0 comments on commit 8f75266

Please sign in to comment.