The playback mode of the video.
| C# | Visual Basic | Visual C++ |
public enum AgGxVideoMode
Public Enumeration AgGxVideoMode
public enum class AgGxVideoMode
| Member | Description |
|---|---|
| VideoModeRealTime |
The video will play in real-time. If the
IAgGxVideoData FrameRate property is not set, the video will play
at its internal frame rate.
|
| VideoModeAnimationTime |
The video will play in synchrony with the
animation time. The start and end date of the video can be defined
with the IAgGxVideoData AnimationStartDate and AnimationEndDate
properties respectively.
|
Assembly: AGI.Graphics.Imaging.Video.Interop(Module: AGI.Graphics.Imaging.Video.Interop) Version: 9.0.0.0 (9.0.0.0)