IDirectMusicBuffer8::SetStartTime
Warning: This technology is deprecated as is all of DirectMusic. Deprecated components are considered obsolete. While these components are still supported, they may be removed in the future. When writing new applications, you should avoid using these deprecated components. When modifying existing applications, you are strongly encouraged to remove any dependency on these components.
Deprecated.
The SetStartTime method sets the start time of the data in the buffer, relative to the master clock.
Syntax
HRESULT SetStartTime(
REFERENCE_TIME rt
);
Parameters
rt
New start time for the buffer.
Return Values
The method always returns S_OK.
Remarks
Events already in the buffer are time-stamped relative to the start time and play at the same offset from the new start time.
Requirements
** Minimum Supported Client:** Windows 2000.
** Minimum Supported Server:** Windows 2000 Server.
** Header:** Dmusicc.h
See Also