Click or drag to resize
MediaPlayerseekTo Method
Sets the current playback time. (In miliseconds)

Namespace: Veeplay.media
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void seekTo(
	int pos
)

Parameters

pos
Type: SystemInt32
The playback time to be set. In miliseconds
See Also