Click or drag to resize

VADFilterOnDataReceived Method

This will be called when media data received from a media handler.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public override void OnDataReceived(
	Object sender,
	AudioData audioData
)

Parameters

sender
Type: SystemObject
The object that sent the media data.
audioData
Type: AudioData
The data with format information.

Implements

IMediaReceiver.OnDataReceived(Object, UTP)
See Also