VideoPlayModePreset
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class VideoPlayModePreset extends System.Enum
Constants which define how a video is played.
Fields
Field | Description |
---|---|
Mixed | |
Auto | Play automatically. |
OnClick | Play only when the video frame is clicked on. |
AllSlides | Play on all slides. |
InClickSequence | Play automatically with a click. |
Mixed
public static final int Mixed
Auto
public static final int Auto
Play automatically.
OnClick
public static final int OnClick
Play only when the video frame is clicked on.
AllSlides
public static final int AllSlides
Play on all slides.
InClickSequence
public static final int InClickSequence
Play automatically with a click.