Click or drag to resize

TimerBasedMediaHandler Constructor (UInt32)

Initializes a new instance of the TimerBasedMediaHandler class.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
protected TimerBasedMediaHandler(
	uint packetizationTime
)

Parameters

packetizationTime
Type: SystemUInt32
The time between the send events (in milliseconds).
See Also