Specifies the video input source. A video input source is a line input, like Video-Composite, Tuner, etc.

You can get an index from GetVideoInputSources method.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int VideoInputSource { get; set; }
Public Property VideoInputSource As Integer
	Get
	Set
public:
property int VideoInputSource {
	int get ();
	void set (int value);
}

See Also