IAMPushSource::SetPushSourceFlags
Microsoft DirectShow 9.0 |
IAMPushSource::SetPushSourceFlags
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.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also