Click or drag to resize

VideoPlayMode Enumeration

Indicates how a video is played.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum VideoPlayMode
Members
Member name Value Description
Mixed -1
Auto 0 Play automatically.
OnClick 1 Play on click.
Presentation 2 Play on all slides.
See Also