Skip to content

Commit

Permalink
feat(FEC-12549): Image Player Engine (playkitJS/v7)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold committed Jan 2, 2023
1 parent 181d4af commit 68dfc7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/engines/stream-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
const StreamType: PKStreamTypes = {
DASH: 'dash',
HLS: 'hls',
PROGRESSIVE: 'progressive'
PROGRESSIVE: 'progressive',
IMAGE: 'image'
};

export {StreamType};

0 comments on commit 68dfc7b

Please sign in to comment.