Microsoft DirectX 8.0 (C++) |
Used in the wCommand parameter of the IDirectMusicComposer8::AutoTransition and IDirectMusicComposer8::ComposeTransition methods and in the bCommand member of the DMUS_COMMAND_PARAM structure.
typedef enum enumDMUS_COMMANDT_TYPES { DMUS_COMMANDT_GROOVE = 0, DMUS_COMMANDT_FILL = 1, DMUS_COMMANDT_INTRO = 2, DMUS_COMMANDT_BREAK = 3, DMUS_COMMANDT_END = 4, DMUS_COMMANDT_ENDANDINTRO = 5 } DMUS_COMMANDT_TYPES;
Header: Declared in dmusici.h.