java.lang.Object | |
↳ | org.libpag.PAGTimeStretchMode |
Defines the values used in the setTimeStretchMode method of PAGFile.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | None | Keep the original playing speed, and display the last frame if the content's duration is less than target duration. | |||||||||
int | Repeat | Keep the original playing speed, but repeat the content if the content's duration is less than target duration. | |||||||||
int | RepeatInverted | Keep the original playing speed, but repeat the content in reversed if the content's duration is less than target duration. | |||||||||
int | Scale |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PAGTimeStretchMode() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Keep the original playing speed, and display the last frame if the content's duration is less than target duration.
Keep the original playing speed, but repeat the content if the content's duration is less than target duration. This is the default mode.
Keep the original playing speed, but repeat the content in reversed if the content's duration is less than target duration.