java.lang.Object | |
↳ | org.libpag.PAGVideoRange |
Represents a time range from the content of PAGImageLayer.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public long | endTime | The end time of the source video (not included), in microseconds. | |||||||||
public long | playDuration | The duration for playing after applying speed. | |||||||||
public boolean | reversed | Indicates whether the video should play backward. | |||||||||
public long | startTime | The start time of the source video, in microseconds. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PAGVideoRange(long startTime, long endTime, long playDuration, boolean reversed) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The end time of the source video (not included), in microseconds.
The duration for playing after applying speed.
Indicates whether the video should play backward.
The start time of the source video, in microseconds.