Contents

VTRAWProcessingParameterChangeHandler

A function the system calls when processing parameters change.

Declaration

typedef void (^)(const struct __CFArray *) VTRAWProcessingParameterChangeHandler;

Parameters

Discussion

The system invokes this callback when available parameters or parameter values change without an explicit call to VTRAWProcessingSessionSetProcessingParameters. This is intended to allow the client to update any UI driven by these parameters.

See Also

Data types