Gets the device format.

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

Syntax

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

Parameters

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

See Also