Click or drag to resize

IVideoIndexerAddVideoFile Method

Add a video file in the queue to be indexed.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
void AddVideoFile(
	string path,
	string title = "",
	string url = "",
	string desc = ""
)

Parameters

path  String
Path to the video file to be added. Please use windows paths and remember you need to use // to get a / in a C# string.
title  String  (Optional)
optional title of the video file
url  String  (Optional)
optional url for the video file.
desc  String  (Optional)
option desc for the videoe.
See Also