Click or drag to resize

TimerBasedMediaStreamHandlerTimerTick Method

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

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

Parameters

timeStamp
Type: SystemUInt32
Current system timestamp in milliseconds.
See Also