Enumeration PAGTimeStretchModeConst

Defines the rules on how to stretch the timeline of content to fit the specified duration.

Enumeration Members

Enumeration Members

None: 0

Keep the original playing speed, and display the last frame if the content's duration is less than target duration.

Scale: 1
Repeat: 2

Keep the original playing speed, but repeat the content if the content's duration is less than target duration. This is the default mode.

RepeatInverted: 3

Keep the original playing speed, but repeat the content in reversed if the content's duration is less than target duration.

Generated using TypeDoc