Click or drag to resize
MediaEventadjustRelativeToDuration Method
Translates percentual values set via setStartPoint to actual time intervals in seconds, relative to a specified total duration.

Namespace: Veeplay.media.events
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void adjustRelativeToDuration(
	int duration
)

Parameters

duration
Type: SystemInt32
The total duration.
See Also