IVideo |
The IVideoIndexerCallbacks type exposes the following members.
Name | Description | |
---|---|---|
EndingIndexing | Called at the end of indexing, i.e no more videos in queue to be indexed. | |
ProcessFrame | Called for each frame. Source unaltered frame from the video Note that implementing this function will slow down the indexing process significantly The calback gets all image data for the frame and can be used to either alter the iumage or to do analysis to determine if the frame should be captured to fast video cataloger. | |
StartingIndexing | Called at the start of indexing to give an oportunity to cancel indexing. | |
VideoIndexedEnd | Video has finished indexing. This is called when the video has finished indexing and have been added to the catalog. |