Contains a list of video input sources available for selected video input.

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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string GetVideoInputSources(
	int index
)
Public Function GetVideoInputSources ( _
	index As Integer _
) As String
public:
String^ GetVideoInputSources(
	int index
)

Parameters

index
Int32
Index of video input source item.

Return Value

A string which describes video input source.

See Also