Interface DashChunkSource

    • Method Detail

      • updateManifest

        void updateManifest​(DashManifest newManifest,
                            int newPeriodIndex)
        Deprecated.
        Updates the manifest.
        Parameters:
        newManifest - The new manifest.
        newPeriodIndex - The index of the period covered by newManifest.
      • updateTrackSelection

        void updateTrackSelection​(ExoTrackSelection trackSelection)
        Deprecated.
        Updates the track selection.
        Parameters:
        trackSelection - The new track selection instance. Must be equivalent to the previous one.