Click or drag to resize

VideoPlayback Enumeration

Specifies how the VideoStream will playback. When the Playback is set to RealTime, the video will playback in real time. When the Playback is set to TimeInterval, the video will seek to the frame that corresponds linearly to the current SceneManager time within the interval defined by IntervalStartTime and IntervalEndTime. For instance, if the video contains 60 frames and the IntervalStartTime and IntervalEndTime specify a 60 minute interval, the first frame of the video will be displayed when the SceneManager time is equal to IntervalStartTime. Similarly, when SceneManager time is equal to IntervalEndTime, the last frame of the video will be displayed. Intermediate times within that interval are mapped linearly to the frames in the video.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum VideoPlayback
Members
  Member nameDescription
RealTime The video will playback in realtime.
TimeInterval The video will playback in coincidence with the SceneManager time within the interval defined by IntervalStartTime and IntervalEndTime.
See Also