Platform SDK: DirectX

DirectMusicSegmentState

The DirectMusicSegmentState class is used to get information about a segment instance. When the DirectMusicPerformance.PlaySegment method is called, it creates a DirectMusicSegmentState object that represents that instance of the segment and enables the application to retrieve information about it. The object can also be passed to methods of DirectMusicPerformance to determine whether a segment instance is still playing, or to stop it.

The class has the following methods:

Information GetRepeats
  GetSeek
GetSegment
GetStartPoint
GetStartTime

See Also

DirectMusicPerformance.GetSegmentState, DirectMusicPerformance.IsPlaying, DirectMusicPerformance.Stop