Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The DMUS_IO_TEMPO_ITEM structure contains information about a tempo change in a track. Used in the Tempo Track Chunk.
Syntax
typedef struct _DMUS_IO_TEMPO_ITEM {
MUSIC_TIME lTime;
double dblTempo;
} DMUS_IO_TEMPO_ITEM;
Members
lTime
Time of the tempo change.
dblTempo
Tempo, in beats per minute.
Requirements
** Header:** Dmusicf.h
See Also