TVideoGrabber.VideoInputs

Prev

Next

TVideoGrabber

Properties

 




































































































List of the video inputs available on the current video capture device


Declaration
property VideoInputs: string read GetVideoInputs;


__property wchar_t *VideoInputs=read=GetVideoInputs


Property VideoInputs As String

Description

Used to retrieve a string that contains the list of the video inputs available on the current video capture device.
This list can be assigned to list based controls. E.g.:
ComboBox1.Items.Text := VideoGrabber1.VideoInputs;
ComboBox1.ItemIndex := VideoGrabber1.VideoInput;
Note: as this list is not the same from a video capture device to the other, any code using this value should re-read it from the OnVideoDeviceSelected event (when a video capture device is selected).


See Also
Video inputs VideoInput VideoInputIndex VideoInputsCount