Allows selection of a video input. You can get an index from VideoInputs property

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetVideoInput(
	int index,
	int instanceIndex,
	int width,
	int height,
	string format,
	int bitRate
)
Public Sub SetVideoInput ( _
	index As Integer, _
	instanceIndex As Integer, _
	width As Integer, _
	height As Integer, _
	format As String, _
	bitRate As Integer _
)
public:
void SetVideoInput(
	int index, 
	int instanceIndex, 
	int width, 
	int height, 
	String^ format, 
	int bitRate
)

Parameters

index
Int32
Index of video input.
instanceIndex
Int32
Specifies the video input on the same device.
width
Int32
Width of video frame.
height
Int32
Height of video frame.
format
String
Video format (ie. 'YUY2',...).
bitRate
Int32
Bit rate in bits per second (0 = use the highest available).

See Also