Interface ExtractorOutput

    • Method Detail

      • track

        TrackOutput track​(int id,
                          @com.google.android.exoplayer2.C.TrackType int type)
        Deprecated.
        Called by the Extractor to get the TrackOutput for a specific track.

        The same TrackOutput is returned if multiple calls are made with the same id.

        Parameters:
        id - A track identifier.
        type - The track type.
        Returns:
        The TrackOutput for the given track identifier.
      • endTracks

        void endTracks()
        Deprecated.
        Called when all tracks have been identified, meaning no new trackId values will be passed to track(int, int).
      • seekMap

        void seekMap​(SeekMap seekMap)
        Deprecated.
        Called when a SeekMap has been extracted from the stream.
        Parameters:
        seekMap - The extracted SeekMap.