Microsoft DirectX 9.0 |
The SetPushSourceFlags method sets flags that specify the behavior of the filter. Currently, applications should not call this method, because request flags are not supported and an application should not override the flags set by the filter.
Syntax
HRESULT SetPushSourceFlags(
ULONG Flags
);
Parameters
Flags
[in] Combination of flags from the AM_PUSHSOURCE_FLAGS enumeration.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
See Also