Contains information about a tempo change in a track. Used in the Tempo Track Chunk.
typedef struct _DMUS_IO_TEMPO_ITEM { MUSIC_TIME lTime; double dblTempo; } DMUS_IO_TEMPO_ITEM;
Header: Declared in dmusicf.h.