Class DVCaptureProxy provides functions for controlling and capturing digital video over a IEEE 1394 connection.

Namespace:  GrassValley.Mseries.DVCapture
Assembly:  GrassValley.Mseries.DVCapture (in GrassValley.Mseries.DVCapture.dll) Version: 1.0.0.0

Syntax

C#
public class DVCaptureProxy : IDVCapture, 
	IDisposable
Visual Basic (Declaration)
Public Class DVCaptureProxy _
	Implements IDVCapture, IDisposable
Visual C++
public ref class DVCaptureProxy : IDVCapture, 
	IDisposable

Remarks

Note: DV capture functionality is currently only available on the M-Series servers.

Inheritance Hierarchy

System..::.Object
  GrassValley.Mseries.DVCapture..::.DVCaptureProxy

See Also