Click or drag to resize

PlaybackTimeChangedEventArgs Constructor

Constructor, that initialize current frame time.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public PlaybackTimeChangedEventArgs(
	DateTime currentTime
)

Parameters

currentTime  DateTime
Current frame time in UTC.
See Also