Table of Contents

VideoFrameReader.Seek Method

Definition

Namespace
GleamTech.VideoUltimate
Assembly
GleamTech.VideoUltimate.dll

Seek(double)

Seeks the video to the given time position in seconds.

public bool Seek(double timeInSeconds)

Parameters

timeInSeconds double

The time position in seconds.

Returns

bool

True if the seek is successful, False if not.

Seek(TimeSpan)

Seeks the video to the given time position in seconds.

public bool Seek(TimeSpan timePosition)

Parameters

timePosition TimeSpan

The time position.

Returns

bool

True if the seek is successful, False if not.