Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Feb 25, 2021
1 parent afefbf8 commit 1bdae92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ Get the last discontinuity sequence number
<a name="HLSVod+getDeltaTimes"></a>

### hlsVod.getDeltaTimes()
Get the delta times for each media sequence.
Returns the sum of the segments' duration for each media sequence and the diff to the previous
media sequence. E.g. [ 0, 2, 2, -2, ... ] means that the second media sequence is 2 second longer
than the first one. The fourth one is 2 seconds shorter than the previous media sequence
Get the delta times for each media sequence.

**Kind**: instance method of [<code>HLSVod</code>](#HLSVod)
<a name="HLSVod+getPlayheadPositions"></a>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eyevinn/hls-vodtolive",
"version": "1.8.3",
"version": "1.9.0",
"description": "NPM library to generate HLS Live from HLS VOD",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1bdae92

Please sign in to comment.