HlsPlaylist
@UnstableApi
abstract class HlsPlaylist : FilterableManifest
HlsMediaPlaylist |
Represents an HLS media playlist. |
HlsMultivariantPlaylist |
Represents an HLS multivariant playlist. |
Represents an HLS playlist.
Summary
Protected constructors |
|---|
Public properties |
|
|---|---|
String! |
The base uri. |
Boolean |
Whether the media is formed of independent segments, as defined by the #EXT-X-INDEPENDENT-SEGMENTS tag. |
(Mutable)List<String!>! |
The list of tags in the playlist. |
Inherited functions |
|---|
Protected constructors
Public properties
hasIndependentSegments
val hasIndependentSegments: Boolean
Whether the media is formed of independent segments, as defined by the #EXT-X-INDEPENDENT-SEGMENTS tag.