VideoFrameReaderSeek(Double) Method

Seeks the video to the given time position in seconds.

Definition

Namespace: GleamTech.VideoUltimate
Assembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 3.8.7
C#
public bool Seek(
	double timeInSeconds
)

Parameters

timeInSeconds  Double
The time position in seconds.

Return Value

Boolean
True if the seek is successful, False if not.

See Also