Click or drag to resize
VideoHandlerReceiverConnected Method
This will be called when this object has been connected to a video receiver.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected virtual void ReceiverConnected(
	IVideoReceiver receiver
)

Parameters

receiver
Type: Ozeki.MediaIVideoReceiver
The video receiver which this object is connected to.
See Also