Package org.mp4parser.muxer
Class Edit
- java.lang.Object
-
- org.mp4parser.muxer.Edit
-
public class Edit extends Object
Format agnostic EditListBox.Entry.
-
-
Constructor Summary
Constructors Constructor Description Edit(long mediaTime, long timeScale, double mediaRate, double segmentDurationInMs)
-
Method Summary
Modifier and Type Method Description doublegetMediaRate()longgetMediaTime()doublegetSegmentDuration()longgetTimeScale()
-
-
-
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 entrysegmentDurationInMs- segment duration in secondsmediaRate- when mediaRate is 1.0 the playback will be normal. When 2.0 it will be twice as fast.
-
-