Declaration
procedure Refresh();
Description
Resets the input lists for the DirectShow object.
Example
ImageEnView1.IO.DShowParams.Refresh();
// Fill video source combobox
ComboBox1.Items.Assign(ImageEnView1.IO.DShowParams.VideoInputs);
// Select first item
ComboBox1.ItemIndex := 0;
See Also
◼VideoInputs
◼AudioInputs