Click or drag to resize

IVideoIndexerCallbacksVideoIndexedEnd Method

Video has finished indexing. This is called when the video has finished indexing and have been added to the catalog.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
void VideoIndexedEnd(
	VideoEntry captured_video
)

Parameters

captured_video  VideoEntry
Image about the just finished captured video.
See Also