XAUDIO2_E_INVALID_CALL

Code: 0x88960001 (2291531777)

As HRESULT:As NTSTATUS:

Abstract

An API call or one of its arguments was illegal

Documented in Win32

XAudio2 Error Codes (xaudio2.h): 0x88960001

Returned by XAudio2 for certain API usage errors (invalid calls and so on) that are hard to avoid completely and should be handled by a title at runtime. (API usage errors that are completely avoidable, such as invalid parameters, cause an ASSERT in debug builds and undefined behavior in retail builds, so no error code is defined for them.)