Click or drag to resize
AudioStreamPlaybackTimerTick Method
This will be called when the built-in timer ticks.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected override void TimerTick(
	uint timeStamp
)

Parameters

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