DMUS_WAVEARTDL
The DMUS_WAVEARTDL structure contains information for downloading waveform articulation .
Syntax
typedef struct _DMUS_WAVEARTDL {
ULONG ulDownloadIdIdx;
ULONG ulBus;
ULONG ulBuffers;
ULONG ulMasterDLId;
USHORT usOptions
} DMUS_WAVEARTDL, *LPDMUS_WAVEARTDL;
Members
ulDownloadIdIdx
Download identifiers of each buffer.
ulBus
Playback bus.
ulBuffers
Buffers.
ulMasterDLId
Download identifier of master voice of subordinate group.
usOptions
Downloadable Sounds Level 2 region options.
Requirements
** Header:** Dmdls.h
See Also