Platform SDK: DirectX

DirectMusicSegment.GetStartPoint

The DirectMusicSegment.GetStartPoint method retrieves the point at which the segment starts playing in response to the DirectMusicPerformance.PlaySegment method.

object.GetStartPoint() As Long

Parameters

object
Object expression that resolves to a DirectMusicSegment object.

Return Values

If the method succeeds, it returns the start point of the segment, in music time.

Error Codes

If the method fails, it raises an error, and Err.Number is set.

See Also

DirectMusicSegment.SetStartPoint