Microsoft DirectX 9.0 SDK Update (Summer 2004) |
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: Declared in dmusicf.h.
See Also
© 2004 Microsoft Corporation. All rights reserved.