Microsoft DirectX 8.0 (Visual Basic) |
Retrieves the point in the segment at which a repeating section is to start.
object.GetLoopPointStart() As Long
Returns the start point of the loop, in music time.
If the method fails, it raises an error, and Err.Number is set.
The section does not repeat unless the number of repetitions has been set to 1 or more by using the DirectMusicSegment8.SetRepeats method. By default, the entire segment repeats.
DirectMusicSegment8.GetLoopPointEnd, DirectMusicSegment8.SetLoopPoints, DirectMusicSegment8.GetRepeats