| IVideoIndexerCallbacksStartingIndexing Method |
Called at the start of indexing to give an oportunity to cancel indexing.
Namespace: VideoCatalogerAssembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax bool StartingIndexing(
VideoEntry video
)
Parameters
- video VideoEntry
- Video about to be indexed
Return Value
BooleanReturn true to start indexing or false to skip the video
See Also