Class WebVttTrack

    • Method Detail

      • getSampleDurations

        public long[] getSampleDurations()
        Description copied from interface: Track
        Each samples is covers a small time span in a video. This method returns the duration for each sample in track timescale. The array must contain exactly as many samples as Track.getSamples() contains.
        Returns:
        an array of ticks
      • getHandler

        public String getHandler()
      • getSamples

        public List<Sample> getSamples()
        Description copied from interface: Track
        The list of all samples.
        Returns:
        this track's samples