Microsoft DirectX 9.0 |
The CheckCapabilities method queries whether a stream has specified seeking capabilities. This method implements the IMediaSeeking::CheckCapabilities method.
Syntax
HRESULT CheckCapabilities(
DWORD *pCapabilities
);
Parameters
pCapabilities
Pointer to a bitwise combination of one or more AM_SEEKING_SEEKING_CAPABILITIES attributes. When the method returns, the value indicates which of those attributes are available.
Return Value
Returns the HRESULT value from the connected pin.
See Also