IVideo Methods

The IVideo type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAction
Invokes the specified device-specific action.
Public methodConfigureDeviceProperties
Displays a device properties configuration dialog that allows the configuration of specialized settings.
Public methodDispose
Dispose the late-bound interface, if needed. Will release it via COM if it is a COM object, else if native .NET will just dereference it for GC.
Public methodSetupDialog
Launches a configuration dialog box for the driver. The call will not return until the user clicks OK or cancel manually.
Public methodStartRecordingVideoFile
Starts recording a new video file.
Public methodStopRecordingVideoFile
Stops the recording of a video file.
Top
See Also