TIEMediaFoundationSourceReader.VideoInputs
Declaration
property VideoInputs: TStringList;
Description
Contains a list of video input device names.
Applications can refresh this list by calling
UpdateVideoInputs.
// Fill ComboBoxVideoInputs with the list of video inputs
ComboBoxVideoInputs.Items.Assign(ImageEnView1.IO.MediaFoundationSourceReader.VideoInputs);
See Also
◼UpdateVideoInputs