Click or drag to resize
MediaEventsetEndPoint Method
Sets the ending 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 setEndPoint(
	string endPoint
)

Parameters

endPoint
Type: SystemString
A string format describing the time point when the MediaPlayer needs to remove 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