Microsoft DirectX 9.0 SDK Update (Summer 2004) |
DMUS_WAVEDATA
The DMUS_WAVEDATA structure contains a data chunk for a
Syntax
typedef struct {
ULONG cbSize;
BYTE byData[ ];
} DMUS_WAVEDATA;
Members
cbSize
Size of data.
byData[ ]
PCM waveform data.
Requirements
Header: Declared in dmdls.h.
See Also
© 2004 Microsoft Corporation. All rights reserved.