ImageEn, unit ieds

TIEDirectShow.ShowPropertyPages

TIEDirectShow.ShowPropertyPages

Declaration

function ShowPropertyPages(proppages: TIEPropertyPages; proptype: TIEPropertyPagesType; checkOnly: Boolean = False): Boolean;

Description

Shows a dialog for the specified filter of the filter graph.

proppages: Specifies the filter
proptype: Whether the dialog is for input, output or common filter properties
checkOnly: If True, the dialog will not be displayed, only determines if it is available (i.e. check the return value to determine whether the dialog is available)

Return False if it fails.

Example

// Show video dialog
ImageEnView1.IO.DShowParams.ShowPropertyPages(iepVideoInput, ietFilter);