Skip to content

Commit

Permalink
Merge pull request #2804 from Dash-Industry-Forum/AddMissingTypeDefin…
Browse files Browse the repository at this point in the history
…ition

Update index.d.ts
  • Loading branch information
nicosang committed Oct 11, 2018
2 parents 1f8326d + 282b491 commit d65a1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -687,6 +687,7 @@ declare namespace dashjs {
* @param periodIdx Make sure this is the period index not id
*/
getMaxIndexForBufferType(bufferType: 'video' | 'audio', periodIdx: number): number;
getBandwidthForRepresentation(representationId: string, periodIdx: number): number;
getCurrentRepresentationSwitch(metrics: MetricsList): any[];
getLatestBufferLevelVO(metrics: MetricsList): any[];
getCurrentBufferLevel(metrics: MetricsList): number;
Expand Down

0 comments on commit d65a1bf

Please sign in to comment.