Click or drag to resize
MediaEventsetStartPoint Method
Sets the starting time point of the overlay.

Namespace: Veeplay.media.events
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void setStartPoint(
	string startPoint
)

Parameters

startPoint
Type: SystemString
A string format describing the time point when the player needs to display the overlay. Possible values are seconds (e.g.: "60") or a percentage relative to the total duration of the parent clip (e.g.: "50%").
See Also