Microsoft DirectX 8.0 (C++)

DMUS_IO_BAND_ITEM_HEADER2

Contains information about a band change. Used in the Band Track Form.

typedef struct _DMUS_IO_BAND_ITEM_HEADER2 {
    MUSIC_TIME lBandTimeLogical;
    MUSIC_TIME lBandTimePhysical;
} DMUS_IO_BAND_ITEM_HEADER2;

Members

lBandTimeLogical
Time in the music with which the band change is associated.
lBandTimePhysical
Precise time when band change will take effect. Should be close to logical time.

Requirements

  Header: Declared in dmusicf.h.

See Also

Segment Timing