Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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