Microsoft DirectX 9.0

DMUS_IO_BAND_TRACK_HEADER

The DMUS_IO_BAND_TRACK_HEADER structure contains information about the default behavior of a band track. Used in the Band Track Form.

Syntax

typedef struct _DMUS_IO_BAND_TRACK_HEADER {
  BOOL bAutoDownload;
} DMUS_IO_BAND_TRACK_HEADER;

Members

bAutoDownload

Flag for automatic downloading of instruments when a segment is played.

Remarks

For more information on automatic downloading, see Using Bands.

Requirements

  Header: Declared in dmusicf.h.

See Also