Microsoft DirectX 8.0 (C++) |
Returns the offset into the segment at which play will begin or began.
HRESULT GetStartPoint( MUSIC_TIME * pmtStart );
If the method succeeds, the return value is S_OK.
If it fails, the method can return E_POINTER.
The start point is the first point in the segment that can possibly be heard. However, the actual first point heard may be later, if the start point of the segment is aligned to a past time. For more information, see Segment Timing.
Header: Declared in dmusici.h.
IDirectMusicSegment8::SetStartPoint, IDirectMusicSegmentState8::GetStartTime