Skip to content

Commit

Permalink
adding dist files to master for release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AkamaiDASH committed Sep 1, 2017
1 parent 6d79235 commit abe338d
Show file tree
Hide file tree
Showing 17 changed files with 52,899 additions and 28,746 deletions.
2 changes: 2 additions & 0 deletions build/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ declare namespace dashjs {
isSeeking(): boolean;
isDynamic(): boolean;
seek(value: number): void;
setPlaybackRate(value:number): void;
getPlaybackRate(): number;
setMute(value: boolean): void;
isMuted(): boolean;
setVolume(value: number): void;
Expand Down
Loading

0 comments on commit abe338d

Please sign in to comment.