StereoMixerTimerTick Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected override void TimerTick(
uint timeStamp
)
Protected Overrides Sub TimerTick (
timeStamp As UInteger
)
protected:
virtual void TimerTick(
unsigned int timeStamp
) override
abstract TimerTick :
timeStamp : uint32 -> unit
override TimerTick :
timeStamp : uint32 -> unit
Parameters
- timeStamp
- Type: SystemUInt32
See Also