WAVEBANKSAMPLEREGION
WAVEBANKSAMPLEREGION
Contains the sample region information for an XACT wave bank.
typedef struct WAVEBANKSAMPLEREGION { DWORD dwStartSample; DWORD dwTotalSamples; } WAVEBANKSAMPLEREGION, *LPWAVEBANKSAMPLEREGION;
Members
- dwStartSample
Start sample for the region. - dwTotalSamples
Region length in samples.
Requirements
Header: Declared in Xact2wb.h.