Microsoft DirectX 9.0 |
The GetPushSourceFlags method retrieves a combination of flags describing the behavior of the filter.
Syntax
HRESULT GetPushSourceFlags(
ULONG *pFlags
);
Parameters
pFlags
[out] Pointer to a variable that receives a combination of flags from the AM_PUSHSOURCE_FLAGS enumeration.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
Remarks
Call this method to determine whether a renderer filter can safely match clock rates with this source filter.
See Also