Microsoft DirectX 8.0 (C++)

DMUS_WAVEARTDL

Contains information for downloading wave articulation.

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: Declared in dmdls.h.