IXAudio2EngineCallback Interface

The IXAudio2EngineCallback interface contains methods that notify the client when certain events happen in the IXAudio2 engine.

This interface should be implemented by the XAudio2 client. XAudio2 calls these methods via an interface pointer provided by the client, using the XAudio2Create method. Methods in this interface return void, rather than an HRESULT.

See XAudio2 Callbacks for restrictions on callback implementation.

Syntax

interface IXAudio2EngineCallback  

Remarks

Requirements

Header: Declared in xaudio2.h.

Library: Use xaudio2.lib.

See also

IXAudio2EngineCallback Members