IVideo |
public interface IVideoIndexer
The IVideoIndexer type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFolder | Scan a folder of videos in the queue to be indexed. | |
| AddVideoFile | Add a video file in the queue to be indexed. | |
| CaptureSingleFrame | Capture an a frame at the provided time. This function will queue a capture of a given frame if a capture is in progress. If no capture is in progress it will queue the request and start working on the queue. | |
| CaptureSingleFrameToFile | Capture an a frame at the provided time to a jpeg file. This function will queue a capture of a given frame if a capture is in progress. | |
| SetIndexingCallbacks | Set callback interface implementation | |
| SetTranscription | Set transcription from an srt file. If there already is a transcription for the video it will be replaced. | |
| StartIndexing | Start processing the index queue. |