| Microsoft DirectX 9.0 SDK Update (October 2004) | 
The DMUS_EMBELLISHMENT_TYPES enumerated type is used in the wEmbellishment member of the DMUS_IO_PATTERN structure.
Syntax
typedef enum enumDMUS_EMBELLISHT_TYPES {
    DMUS_EMBELLISHT_NORMAL =      0,
    DMUS_EMBELLISHT_FILL   =      1,
    DMUS_EMBELLISHT_BREAK  =      2,
    DMUS_EMBELLISHT_INTRO  =      4,
    DMUS_EMBELLISHT_END    =      8,
    DMUS_EMBELLISHT_MOTIF  =     16,
    DMUS_EMBELLISHT_ALL    = 0xFFFF
} DMUS_EMBELLISHT_TYPES;
Constants
DMUS_EMBELLISHT_NORMAL
Normal pattern.
DMUS_EMBELLISHT_FILL
Fill pattern.
DMUS_EMBELLISHT_BREAK
Break pattern.
DMUS_EMBELLISHT_INTRO
Intro pattern.
DMUS_EMBELLISHT_END
End pattern.
DMUS_EMBELLISHT_MOTIF
Motif pattern.
DMUS_EMBELLISHT_ALL
Combination of all types.
Requirements
Header: Dmusicf.h
See Also