Click or drag to resize

IVideoIndexerCallbacks Methods

The IVideoIndexerCallbacks type exposes the following members.

Methods
 NameDescription
Public methodEndingIndexing Called at the end of indexing, i.e no more videos in queue to be indexed.
Public methodProcessFrame 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.
Public methodStartingIndexing Called at the start of indexing to give an oportunity to cancel indexing.
Public methodVideoIndexedEnd Video has finished indexing. This is called when the video has finished indexing and have been added to the catalog.
Top
See Also