Microsoft DirectX 8.0 (C++)

DMUS_IO_MOTIFSETTINGS

Contains information about a motif. 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;

Members

dwRepeats
Number of repetitions.
mtPlayStart
Start of playback, normally 0.
mtLoopStart
Start of looping portion, normally 0.
mtLoopEnd
End of looping portion. Must be greater than mtLoopStart, or zero to loop the entire motif.
dwResolution
Default resolution. See DMUS_TIME_RESOLVE_FLAGS.

Requirements

  Header: Declared in dmusicf.h.

See Also

IDirectMusicSegment8::SetLoopPoints