_AM_INTF_SEARCH_FLAGS enumeration (strmif.h)
Specifies the types of object to search, when attempting to find an interface on the filter graph.
Syntax
typedef enum _AM_INTF_SEARCH_FLAGS {
AM_INTF_SEARCH_INPUT_PIN = 0x1,
AM_INTF_SEARCH_OUTPUT_PIN = 0x2,
AM_INTF_SEARCH_FILTER = 0x4
} ;
Constants
AM_INTF_SEARCH_INPUT_PINValue: 0x1 Search input pins. |
AM_INTF_SEARCH_OUTPUT_PINValue: 0x2 Search output pins. |
AM_INTF_SEARCH_FILTERValue: 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.
Requirements
| Header | strmif.h (include Dshow.h) |