Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Update structure.go
Browse files Browse the repository at this point in the history
Co-Authored-By: 0xApe <[email protected]>
  • Loading branch information
leikao and imjma authored Jan 18, 2019
1 parent 675b5bb commit 2029aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structure.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type MediaPlaylist struct {
Iframe bool // EXT-X-I-FRAMES-ONLY
Closed bool // is this VOD (closed) or Live (sliding) playlist?
MediaType MediaType
DiscontinuitySeq uint32 // EXT-X-DISCONTINUITY-SEQUENCE
DiscontinuitySeq uint64 // EXT-X-DISCONTINUITY-SEQUENCE
durationAsInt bool // output durations as integers of floats?
keyformat int
winsize uint // max number of segments displayed in an encoded playlist; need set to zero for VOD playlists
Expand Down

0 comments on commit 2029aee

Please sign in to comment.