Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Determines if the current position can be moved backward in the media stream.
Syntax
HRESULT CanSeekBackward(
LONG* pCanSeekBackward
);
Parameters
- pCanSeekBackward
Set to OATRUE if able to seek backward; otherwise set to OAFALSE.
Return Value
Returns the HRESULT value returned from calling IMediaPosition::CanSeekBackward on the connected pin.
Remarks
This member function calls IMediaPosition::CanSeekBackward on the connected pin and returns the result.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |