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

FieldDescription
Mixed
AutoPlay automatically.
OnClickPlay only when the video frame is clicked on.
AllSlidesPlay on all slides.
InClickSequencePlay 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.