IAsyncReader2::GetCapabilities (Compact 7)
3/12/2014
This method returns the capabilities of the media stream, such as whether the steam can seek forward or backward.
Syntax
HRESULT GetCapabilities(
DWORD pdwCapabilities
);
Parameters
- pdwCapabilities
[out] A pointer to the AM_SEEKING_SEEKING_CAPABILITIES (Windows Embedded Compact) enumeration that specifies the capabilities of the media stream.
Return Value
Returns the HRESULT values shown in the following table.
Value | Description |
---|---|
E_FAIL |
The capabilities were not returned. |
S_OK |
The capabilities were returned. |
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |