CSourceSeeking::GetStopPosition (Compact 2013)

3/26/2014

Retrieves the position within the media stream at which playback should stop.

Syntax

HRESULT GetStopPosition(
  LONGLONG* pStop 
);

Parameters

  • pStop
    Returned stop time set to the value in m_rtStop.

Return Value

Returns E_POINTER if pStop is invalid; otherwise, returns S_OK.

Remarks

Set the stop time in the CSourceSeeking::SetPositions function.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CSourceSeeking Class