Microsoft DirectX 8.0 (C++)

DMUS_IO_BAND_TRACK_HEADER

Contains information about the default behavior of a band track. Used in the Band Track Form.

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.