| TimerBasedMediaStreamHandlerTimerTick Method  | 
            This will be called when the built-in timer ticks.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxprotected abstract void TimerTick(
	uint timeStamp
)
Protected MustOverride Sub TimerTick ( 
	timeStamp As UInteger
)
protected:
virtual void TimerTick(
	unsigned int timeStamp
) abstract
abstract TimerTick : 
        timeStamp : uint32 -> unit 
Parameters
- timeStamp
 - Type: SystemUInt32
Current system timestamp in milliseconds. 
See Also