Microsoft DirectX 8.1 (C++)

CSourcePosition::get_CurrentPosition

This method is not currently implemented and returns E_NOTIMPL.

Syntax

HRESULT get_CurrentPosition(
  REFTIME *pllTime
);

Parameters

pllTime

Pointer to the returned start time as a double value in seconds.

Return Value

Returns E_NOTIMPL.

Remarks

Override this method if you can return the data you are actually working on. The start position is applied before the rate and therefore is the position at typical playback speed.

See Also