Microsoft DirectX 9.0

DMUS_IO_MOTIFSETTINGS

The DMUS_IO_MOTIFSETTINGS structure contains information about a motif. Used in the Style Form.

Syntax

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