Microsoft DirectX 9.0 |
The SupportSeeking method initializes the filter to support seeking. The multimedia stream object calls this method.
Syntax
HRESULT SupportSeeking(
BOOL bRenderer
);
Parameters
bRenderer
[in] Boolean value that specifies whether the streams are being rendered. Use the value TRUE if the stream type is STREAMTYPE_READ, or FALSE otherwise.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
E_NOINTERFACE | The graph does not contain any seekable streams. |
S_OK | Success. |
See Also