VideoFrameReaderSeek(Double) Method
Seeks the video to the given time position in seconds.
Namespace: GleamTech.VideoUltimateAssembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 4.4.7
public bool Seek(
double timeInSeconds
)
Public Function Seek (
timeInSeconds As Double
) As Boolean
- timeInSeconds Double
- The time position in seconds.
Boolean
True if the seek is successful, False if not.