IMediaPosition::CanSeekBackward (Compact 2013)

3/26/2014

This method determines if the current position can be moved backward in the media stream.

Syntax

HRESULT CanSeekBackward(
  LONG* pCanSeekBackward
);

Parameters

  • pCanSeekBackward
    [out] Set to OATRUE if able to seek backward; otherwise set to OAFALSE.

Return Value

Returns an HRESULT value.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IMediaPosition Interface