Microsoft DirectX 8.1 (C++) |
The GetStopPosition method retrieves the time at which the playback will stop, relative to the duration of the stream.
Syntax
HRESULT GetStopPosition(
LONGLONG *pStop
);
Parameters
pStop
[out] Pointer to a variable that receives the stop time, in units of the current time format.
Return Value
Returns an HRESULT value. Possible values include the following.
Value | Description |
S_OK | Success. |
E_NOTIMPL | Method is not supported. |
E_POINTER | NULL pointer argument. |
Remarks
The playback rate does not affect the value returned by this method. The returned values are expressed in units of the current time format. To determine the current time format, call the IMediaSeeking::GetTimeFormat method.