Streaming parameters for a wave bank.
typedef struct XACT_WAVEBANK_STREAMING_PARAMETERS { HANDLE file; DWORD offset; DWORD flags; WORD packetSize; } XACT_WAVEBANK_STREAMING_PARAMETERS, *LPXACT_WAVEBANK_STREAMING_PARAMETERS;
Windows: The file referenced by this handle must be opened with the following CreateFile flags: FILE_FLAG_OVERLAPPED | FILE_FLAG_NO_BUFFERING.
The size of a DVD sector is 2048 bytes. Therefore, setting this value to 2 would result in a packet size of 4096 bytes. Setting it to 3 would specify packets of 6144 bytes, setting it to 4 would specify packets of 8192 bytes, and so on.
The optimal DVD size is a multiple of 16 (1 DVD block = 16 DVD sectors).
Header: Declared in Xact.h.