Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Nov 21, 2020
1 parent 95791b9 commit 4db55cc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [new HLSVod(vodManifestUri, splices, timeOffset, startTimeOffset)](#new_HLSVod_new)
* [.load()](#HLSVod+load)
* [.loadAfter(previousVod)](#HLSVod+loadAfter)
* [.addMetadata(key, value)](#HLSVod+addMetadata)
* [.getVodUri()](#HLSVod+getVodUri)
* [.getLiveMediaSequenceSegments(seqIdx)](#HLSVod+getLiveMediaSequenceSegments)
* [.getLiveMediaSequenceAudioSegments(audioGroupId, seqIdx)](#HLSVod+getLiveMediaSequenceAudioSegments)
Expand Down Expand Up @@ -47,6 +48,18 @@ contains the end sequences of the previous VOD
| --- | --- | --- |
| previousVod | [<code>HLSVod</code>](#HLSVod) | the previous VOD to concatenate to |

<a name="HLSVod+addMetadata"></a>

### hlsVod.addMetadata(key, value)
Add metadata timed for this VOD

**Kind**: instance method of [<code>HLSVod</code>](#HLSVod)

| Param | Type | Description |
| --- | --- | --- |
| key | <code>key</code> | EXT-X-DATERANGE attribute key |
| value | <code>\*</code> | |

<a name="HLSVod+getVodUri"></a>

### hlsVod.getVodUri()
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.2.2",
"version": "1.3.0",
"description": "NPM library to generate HLS Live from HLS VOD",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4db55cc

Please sign in to comment.