TimerBasedMediaHandlerTimerTick Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
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 UInt32
-
See Also