MediaEventsetStartPoint Method |
Sets the starting 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 setStartPoint(
string startPoint
)
Public Sub setStartPoint (
startPoint As String
)
public:
void setStartPoint(
String^ startPoint
)
member setStartPoint :
startPoint : string -> unit
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