CommonLibSSE (Parapets fork)
IXAudio2EngineCallback.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  struct __declspec(novtable) IXAudio2EngineCallback
6  {
7  public:
8  inline static constexpr auto RTTI = RTTI_IXAudio2EngineCallback;
9 
10  // add
11  virtual void OnProcessingPassStart() = 0; // 00
12  virtual void OnProcessingPassEnd() = 0; // 01
13  virtual void OnCriticalError(std::int32_t a_error) = 0; // 02
14  };
15 }
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_IXAudio2EngineCallback
Definition: Offsets_RTTI.h:5037