Click or drag to resize

TimerBasedMediaHandlerTimerTick Method

This will be called when the built-in timer ticks.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
protected abstract void TimerTick(
	uint timeStamp
)

Parameters

timeStamp  UInt32
Current system timestamp in milliseconds.
See Also