public class Edit extends Object
| Constructor and Description |
|---|
Edit(long mediaTime,
long timeScale,
double mediaRate,
double segmentDurationInMs) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMediaRate() |
long |
getMediaTime() |
double |
getSegmentDuration() |
long |
getTimeScale() |
public Edit(long mediaTime,
long timeScale,
double mediaRate,
double segmentDurationInMs)
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.Copyright © 2016. All rights reserved.