DMUS_TEMPO_PARAM
This structure is used as the pParam parameter in calls to the various GetParam and SetParam methods when the track is a tempo track and rguidType is GUID_TempoParam.
typedef struct _DMUS_TEMPO_PARAM {
MUSIC_TIME mtTime;
double dblTempo;
} DMUS_TEMPO_PARAM;
Members
- mtTime
Time for which the tempo was retrieved. (This member is not used in SetParam methods, which use their mtTime parameter instead.) - dblTempo
The tempo, in the range from DMUS_TEMPO_MIN through DMUS_TEMPO_MAX.
Requirements
OS Versions: Windows CE .NET 4.0 and Windows CE .NET 4.1.
Header: Dmusicf.h.
See Also
IDirectMusicPerformance::GetParam | IDirectMusicPerformance::SetParam | IDirectMusicSegment::GetParam | IDirectMusicSegment::SetParam | IDirectMusicTrack::GetParam | IDirectMusicTrack::SetParam
Last updated on Monday, April 12, 2004
© 1992-2002 Microsoft Corporation. All rights reserved.