Interface FilterableManifest<T>
-
- Type Parameters:
T- The manifest type.
- All Known Implementing Classes:
DashManifest,HlsMediaPlaylist,HlsMultivariantPlaylist,HlsPlaylist,SsManifest
@Deprecated public interface FilterableManifest<T>
Deprecated.com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.A manifest that can generate copies of itself including only the streams specified by the given keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Tcopy(List<StreamKey> streamKeys)Deprecated.Returns a copy of the manifest including only the streams specified by the given keys.
-