AGI Components with Insight3D Alpha 2008 r8
AgGxVideoMode Enumeration
Library Reference AGI.Graphics.Imaging.VideoAgGxVideoMode
The playback mode of the video.
Declaration Syntax
C# Visual Basic Visual C++
public 
enum 
AgGxVideoMode
Public 
Enumeration 
AgGxVideoMode
public 
enum class 
AgGxVideoMode
Members
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)