Platform SDK: DirectX

DMUS_IO_MOTIFSETTINGS

The DMUS_IO_MOTIFSETTINGS structure contains information about a motif. It is used in the Style Form.

typedef struct _DMUS_IO_MOTIFSETTINGS {
    DWORD       dwRepeats;
    MUSIC_TIME  mtPlayStart;
    MUSIC_TIME  mtLoopStart;
    MUSIC_TIME  mtLoopEnd;
    DWORD       dwResolution;
} DMUS_IO_MOTIFSETTINGS;
dwRepeats
Number of repetitions.
mtPlayStart
Start of playback, normally 0.
mtLoopStart
Start of looping portion, normally 0.
mtLoopEnd
End of looping portion.
dwResolution
Default resolution. See DMUS_TIME_RESOLVE_FLAGS.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in dmusicf.h.

See Also

IDirectMusicSegment::SetLoopPoints