Creates an IXACTWaveBank instance.
STDAPI CreateStreamingWaveBank( const XACT_WAVEBANK_STREAMING_PARAMETERS *pParms, IXACTWaveBank **ppWaveBank );
Returns S_OK if successful, an error code otherwise.
You should not attempt to use a sound associated with a streaming wave bank until you know the wave bank has been prepared. Create an XACTNOTIFICATIONTYPE_WAVEBANKPREPARED notification using IXACTEngine::RegisterNotification or query through IXACTWaveBank::GetState for the state of the wavebank until the XACT_WAVEBANKSTATE_PREPARED bit is set.
Header: Declared in Xact.h.