IMediaStreamFilter::SupportSeeking
Microsoft DirectShow 9.0 |
IMediaStreamFilter::SupportSeeking
- Note This interface is deprecated. New applications should not use it.
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