Enum CapturePosition
Specifies the units of the file capture start position.
public enum CapturePosition
Fields
Milliseconds = 0A value in milliseconds representing time from the start of the video.
Frames = 1The zero-based index of a video frame.
AviRatio = 2A relative position in the file, where zero is the start of the video and one is the end of the video.