IFrameFilter::beginParamTransfer Method

beginParamTransfer and endParamTransfer synchronize the access to a frame filter's parameters.
Syntax:
void beginParamTransfer() const;
Remarks:

This method acquires a lock that has to be released using endParamTransfer as soon as possible.

Example:

All calls to setData have to be inside a beginParamTransfer / endParamTransfer block:

pFrameFilter->beginParamTransfer();
 
// All calls to setParameter and getParameter here...
 
pFrameFilter->endParamTransfer();

For an example how to set or read parameters, see IFrameFilter::setParameter or IFrameFilter::getParameter.

See also: IFrameFilter, IFrameFilter::endParamTransfer

<< IFrameFilter

This site is part of The Imaging Source Network. Other sites include Company Portal, Image Processing, Astronomy Cameras, Astronomy Cameras Blog, Blog caméras d'astronomie, Astronomy Cameras Competition, TX Text Control, LiveDocx, phpLiveDocx and Forums.