This method defines the start location (in seconds) of the video.

[Visual Basic] Public Function StartFrom(ByVal time As Double) As Boolean
[C#] public bool StartFrom(double time);

Parameters

time

The start location (in seconds)

Return Value

Returns True if successful, otherwise returns False

Explanation

The StartFrom method defines the start location (in seconds) of the video. The time parameter contains the start location. The default value is 0. (A minus value is not possible).

If unsuccessful, then "Step", "ETC", or "Value" will be set in the ErrorStatus property.

If after executing the Open method, you execute the Start method without executing the StartFrom method, the video will start at the beginning. However, to avoid the possiblity of replaying a video, it is advisable to always execute the StartFrom method prior to executing the Start method.

See Also

Play Members | Newtone.ImageKit.Win.WebCamera.Play

 

The ImageKit.NET3 is created by Newtone Corporation