forked from grafov/m3u8
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose master and media playlist version setter and getter methods (g…
…rafov#52) Currently version is controlled via private version functions and set via the Set* methods when required. This is the ideal method for most applications, as the version is managed by the library This change provides the user the ability to check the version as well as overwrite it, as during some live streams the version number may have been incremented via the Set methods, but once those segments have been removed the version number will change during playback. This isn't ideal as the player may encounter version changes during playback to versions it doesn't support. This provides implementors the ability to announce up front what the version number will be.
- Loading branch information
1 parent
cb08172
commit b90f015
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters