Microsoft DirectX 9.0 |
The GetCapabilities method retrieves all the seeking capabilities of the stream. This method implements the IMediaSeeking::GetCapabilities method.
Syntax
HRESULT GetCapabilities(
DWORD *pCapabilities
);
Parameters
pCapabilities
Pointer to a variable that receives a bitwise combination of AM_SEEKING_SEEKING_CAPABILITIES flags.
Return Value
Returns the HRESULT value from the connected pin.
See Also