Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 3.09 KB

ne-strmif-_am_intf_search_flags.md

File metadata and controls

81 lines (62 loc) · 3.09 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:strmif._AM_INTF_SEARCH_FLAGS
_AM_INTF_SEARCH_FLAGS (strmif.h)
Specifies the types of object to search, when attempting to find an interface on the filter graph.
AM_INTF_SEARCH_FILTER
AM_INTF_SEARCH_FLAGS
AM_INTF_SEARCH_FLAGSEnumeration
AM_INTF_SEARCH_INPUT_PIN
AM_INTF_SEARCH_OUTPUT_PIN
_AM_INTF_SEARCH_FLAGS
_AM_INTF_SEARCH_FLAGS enumeration [DirectShow]
dshow.am_intf_search_flags
strmif/AM_INTF_SEARCH_FILTER
strmif/AM_INTF_SEARCH_INPUT_PIN
strmif/AM_INTF_SEARCH_OUTPUT_PIN
strmif/_AM_INTF_SEARCH_FLAGS
dshow\am_intf_search_flags.htm
dshow
090c19c8-eb38-4185-9f6b-169495f9ab27
4/26/2023
AM_INTF_SEARCH_FILTER, AM_INTF_SEARCH_FLAGS, AM_INTF_SEARCH_FLAGSEnumeration, AM_INTF_SEARCH_INPUT_PIN, AM_INTF_SEARCH_OUTPUT_PIN, _AM_INTF_SEARCH_FLAGS, _AM_INTF_SEARCH_FLAGS enumeration [DirectShow], dshow.am_intf_search_flags, strmif/AM_INTF_SEARCH_FILTER, strmif/AM_INTF_SEARCH_INPUT_PIN, strmif/AM_INTF_SEARCH_OUTPUT_PIN, strmif/_AM_INTF_SEARCH_FLAGS
strmif.h
Dshow.h
Windows
Windows
19H1
_AM_INTF_SEARCH_FLAGS
strmif/_AM_INTF_SEARCH_FLAGS
c++
APIRef
kbSyntax
HeaderDef
strmif.h
_AM_INTF_SEARCH_FLAGS

_AM_INTF_SEARCH_FLAGS enumeration

-description

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Specifies the types of object to search, when attempting to find an interface on the filter graph.

-enum-fields

-field AM_INTF_SEARCH_INPUT_PIN:0x1

Search input pins.

-field AM_INTF_SEARCH_OUTPUT_PIN:0x2

Search output pins.

-field AM_INTF_SEARCH_FILTER:0x4

Search filters.

-remarks

If no flags are set (the default case), it is equivalent to the bitwise OR of all the flags. All filters and pins are searched.

-see-also

DirectShow Enumerated Types

IAMGraphStreams::FindUpstreamInterface