MediaEventsetEndPoint Method |
Sets the ending time point of the overlay.
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void setEndPoint(
string endPoint
)
Public Sub setEndPoint (
endPoint As String
)
public:
void setEndPoint(
String^ endPoint
)
member setEndPoint :
endPoint : string -> unit
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