IOfflineAnalysisCacheCallback::OfflineAnalaysisReportAvailabilityCallback method
A callback function used to notify the host about which frames have offline analysis reports available.
Syntax
HRESULT OfflineAnalaysisReportAvailabilityCallback(
DWORD numFramesWithReports,
DWORD [] count0_framesWithReports
);
Parameters
numFramesWithReports
The number of frames in count0_framesWithReports.
count0_framesWithReports
An array containing the frame numbers of the frames that have offline analysis reports available.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also