public class

PAGVideoRange

extends Object
java.lang.Object
   ↳ org.libpag.PAGVideoRange

Class Overview

Represents a time range from the content of PAGImageLayer.

Summary

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

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

public PAGVideoRange (long startTime, long endTime, long playDuration, boolean reversed)