Click or drag to resize
TimerBasedMediaStreamHandler Constructor (String, UInt32)
Initializes a new instance of the TimerBasedMediaStreamHandler class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected TimerBasedMediaStreamHandler(
	string filePath,
	uint packetizationTime
)

Parameters

filePath
Type: SystemString
The path of the media file.
packetizationTime
Type: SystemUInt32
The time between the send events (in milliseconds).
See Also