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: 10.4.54.0
Syntax
protected override void TimerTick(
	uint timeStamp
)

Parameters

timeStamp  UInt32
Current system timestamp in milliseconds.
See Also