FilterableManifest
Artifact: androidx.media3:media3-exoplayer
@UnstableApi
public interface FilterableManifest<T>
DashManifest |
Represents a DASH media presentation description (mpd), as defined by ISO/IEC 23009-1:2014 Section 5.3.1.2. |
HlsPlaylist |
Represents an HLS playlist. |
SsManifest |
Represents a SmoothStreaming manifest. |
HlsMediaPlaylist |
Represents an HLS media playlist. |
HlsMultivariantPlaylist |
Represents an HLS multivariant playlist. |
A manifest that can generate copies of itself including only the streams specified by the given keys.
| Parameters | |
|---|---|
<T> |
The manifest type. |
Summary
Public methods |
|
|---|---|
abstract T |
Returns a copy of the manifest including only the streams specified by the given keys. |