PlaybackOrigin Enumeration

Ultimate Replay

PlaybackOrigin Enumeration
Represents a playback node that can be used to calcualte playback offsets.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum PlaybackOrigin
Members
  Member nameValueDescription
Start0 The start of the playback sequence.
Current1 The current frame in the playback sequence.
End2 The end of the playback sequence.
See Also