ref_iface_IVDXFilterPreview_SampleFrames - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXFilterPreview interface
Requests analysis of the entire source video stream.
void SampleFrames();
This method is not thread-safe.
Errors may not be returned from this function (see SetError()).
SampleFrames() is usually called in response to a user request to display information about the source video, such as an aggregate image histogram. It causes a series of source frames to be sent to the sampling callback specified by SetSampleCallback().
VirtualDub specific: This method causes UI to be displayed that allows the user to select from several modes for sampling the source video. The user can choose to only sample key frames or key frames at an interval to trade off speed for accuracy.
Copyright (C) 2007-2012 Avery Lee.