Microsoft DirectX 8.0 (C++)

IDirectMusicBuffer8::GetStartTime

Retrieves the start time of the data in the buffer, relative to the master clock.

HRESULT GetStartTime(
  LPREFERENCE_TIME prt
);

Parameters

prt
Address of a variable that receives the start time.

Return Values

If the method succeeds, the return value is S_OK.

If it fails, the method can return one of the following error values:

DMUS_E_BUFFER_EMPTY
E_POINTER

Requirements

  Header: Declared in dmusicc.h.

See Also

IDirectMusicBuffer8::SetStartTime, IDirectMusicBuffer8::TotalTime