Click or drag to resize

IVideoIndexerCallbacksStartingIndexing Method

Called at the start of indexing to give an oportunity to cancel indexing.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
bool StartingIndexing(
	VideoEntry video
)

Parameters

video  VideoEntry
Video about to be indexed

Return Value

Boolean
Return true to start indexing or false to skip the video
See Also