DMUS_IO_BAND_ITEM_HEADER2
The DMUS_IO_BAND_ITEM_HEADER2 structure contains information about a band change. Used in the Band Track Form.
Syntax
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:** Dmusicf.h
See Also