Interface ManifestModifier<T extends com.google.android.exoplayer2.offline.FilterableManifest>

  • Type Parameters:
    T - Child class of FilterableManifest

    public interface ManifestModifier<T extends com.google.android.exoplayer2.offline.FilterableManifest>
    Allows to modify a manifest before it's used for extracting track info.
    • Method Detail

      • onManifest

        @NonNull
        T onManifest​(@NonNull
                     T manifest)