Microsoft DirectX 9.0 SDK Update (October 2004) |
The DMUS_COMMAND_PARAM structure is used as the pParam parameter in calls to various get-parameter and set-parameter methods when the track is a command track and the rguidType parameter is GUID_CommandParam.
Syntax
typedef struct {
BYTE bCommand;
BYTE bGrooveLevel;
BYTE bGrooveRange;
BYTE bRepeatMode;
} DMUS_COMMAND_PARAM;
Members
bCommand
Command type. See DMUS_COMMANDT_TYPES.
bGrooveLevel
bGrooveRange
Amount by which the groove level can be randomized. For instance, if the groove level is 35 and the range is 4, the actual groove level could be anywhere from 33 through 37. If bGrooveRange is an odd number, 1 is subtracted from it.
bRepeatMode
Flag that specifies how
Requirements
Header: Dmusici.h
See Also
See Also