Microsoft DirectX 8.1 (Visual Basic)

DirectMusicSegment8.GetLoopPointStart

The GetLoopPointStart method retrieves the point in the segment at which a repeating section starts.

object.GetLoopPointStart() As Long

Parts

object

Resolves to a DirectMusicSegment8 object. 

Return Values

Returns the start point of the loop, in music time.

Error Codes

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

Remarks

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.

See Also