Class FakeAdaptiveDataSet.Iterator

    • Constructor Detail

      • Iterator

        public Iterator​(FakeAdaptiveDataSet dataSet,
                        int trackGroupIndex,
                        int chunkIndex)
        Create iterator.
        Parameters:
        dataSet - The data set to iterate over.
        trackGroupIndex - The index of the track group to iterate over.
        chunkIndex - The chunk index to which the iterator points initially.
    • Method Detail

      • getChunkStartTimeUs

        public long getChunkStartTimeUs()
        Description copied from interface: MediaChunkIterator
        Returns the media start time of the chunk, in microseconds.
      • getChunkEndTimeUs

        public long getChunkEndTimeUs()
        Description copied from interface: MediaChunkIterator
        Returns the media end time of the chunk, in microseconds.