Click or drag to resize
VideoHandlerSendData Method
Sends media data to the connected audio handlers.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected void SendData(
	VideoData data
)

Parameters

data
Type: Ozeki.MediaVideoData
The data with format information.
See Also