Class Edit


  • public class Edit
    extends Object
    Format agnostic EditListBox.Entry.
    • Constructor Detail

      • Edit

        public Edit​(long mediaTime,
                    long timeScale,
                    double mediaRate,
                    double segmentDurationInMs)
        Parameters:
        mediaTime - time within the current track that is considered start time of this edit.
        timeScale - time scale of the media time entry
        segmentDurationInMs - segment duration in seconds
        mediaRate - when mediaRate is 1.0 the playback will be normal. When 2.0 it will be twice as fast.
    • Method Detail

      • getTimeScale

        public long getTimeScale()
      • getSegmentDuration

        public double getSegmentDuration()
      • getMediaTime

        public long getMediaTime()
      • getMediaRate

        public double getMediaRate()