ImageEn, unit iemmf

TIEMediaFoundationSourceReader.VideoInputs

TIEMediaFoundationSourceReader.VideoInputs

Declaration

property VideoInputs: TStringList;

Description

Returns a list of video input device names.

Applications can refresh this list by calling UpdateVideoInputs.

Example

// Fill cmbVideoInput with the list of video inputs
cmbVideoInput.Items.Assign( ImageEnView1.IO.MediaFoundationSourceReader.VideoInputs );
cmbVideoInput.ItemIndex := 0;

See Also

UpdateVideoInputs