| IVideoIndexerSetIndexingCallbacks Method |
Set callback interface implementation
Namespace: VideoCatalogerAssembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax void SetIndexingCallbacks(
IVideoIndexerCallbacks callbacks = null
)
Parameters
- callbacks IVideoIndexerCallbacks (Optional)
- Object implementing the IVideoindexerCallbacks interface. Call with null to clear any previously set callbacks
See Also