Gets the device format.

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

Syntax

C#
public void GetDeviceFormat(
	out int format
)
Visual Basic (Declaration)
Public Sub GetDeviceFormat ( _
	<OutAttribute> ByRef format As Integer _
)
Visual C++
public:
virtual void GetDeviceFormat(
	[OutAttribute] int% format
) sealed

Parameters

format
Type: System..::.Int32 %
Format.

Implements

IDVCapture..::.GetDeviceFormat(Int32%)

See Also