Click or drag to resize

IScripting Interface

Root of script interface to FVC. An object that implements this interface is passed to the run function.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
public interface IScripting

The IScripting type exposes the following members.

Methods
 NameDescription
Public methodGetBrowserGet the browser.
Public methodGetConsoleGet the console interface used for printing text during script execution.
Public methodGetGUIGet the windows interface for controlling windows.
Public methodGetSelectionGet selection state object. This object is used to get the get and set the current selection int the video catalog.
Public methodGetUtilitiesGet the utilities interface.
Public methodGetVideoCatalogServiceGet the current video catalog interface. Note that this interface is implemented in another namespace "VideoCataloger.RemoteCatalogService"
Public methodGetVideoIndexerGet the video indexer interface.
Public methodGetVideoPlayerGet video player.
Top
See Also