Skip to content

ref_iface_IVDXFilterPreview_SetSampleCallback

shekh edited this page Apr 15, 2018 · 1 revision

VirtualDub Plugin SDK 1.2

IVDXFilterPreview interface

IVDXFilterPreview:: SetSampleCallback

Sets the callback function invoked when a frame is sampled for analysis.

void SetSampleCallback(VDXFilterPreviewSampleCallback cb, void *cbdata);

Parameters

cb Callback function to call when a frame is sampled.
cbdata Abstract data to be passed to callback function.

Thread safety

This method is not thread-safe.

Errors

Errors may not be returned from this function (see SetError()).


Copyright (C) 2007-2012 Avery Lee.

Clone this wiki locally