From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02239.html | 109 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 docs/doxygen/nel/a02239.html (limited to 'docs/doxygen/nel/a02239.html') diff --git a/docs/doxygen/nel/a02239.html b/docs/doxygen/nel/a02239.html new file mode 100644 index 00000000..12257878 --- /dev/null +++ b/docs/doxygen/nel/a02239.html @@ -0,0 +1,109 @@ + + +NeL: NLSOUND::CAudioMixerUser::IMixerUpdate class Reference + + + +
+

NLSOUND::CAudioMixerUser::IMixerUpdate Class Reference

#include <audio_mixer_user.h> +

+

Inheritance diagram for NLSOUND::CAudioMixerUser::IMixerUpdate: +

+ +NLMISC::CDbgRefCount< IMixerUpdate > +NLSOUND::CBackgroundSoundManager +NLSOUND::CBackgroundSource +NLSOUND::CComplexSource +NLSOUND::CSampleBank + +

Detailed Description

+Interface for registering object in the mixer update. +

+ +

+Definition at line 331 of file audio_mixer_user.h. + + + + + + +

Public Member Functions

virtual void onUpdate ()=0
virtual ~IMixerUpdate ()
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
virtual NLSOUND::CAudioMixerUser::IMixerUpdate::~IMixerUpdate  )  [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 335 of file audio_mixer_user.h. +

+References nldebug. +

+

00336                 {
+00337                         nldebug("Destroying IMixerUpdate %p", this);
+00338                 }
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual void NLSOUND::CAudioMixerUser::IMixerUpdate::onUpdate  )  [pure virtual]
+
+ + + + + +
+   + + +

+ +

+Implemented in NLSOUND::CBackgroundSoundManager, NLSOUND::CBackgroundSource, NLSOUND::CComplexSource, and NLSOUND::CSampleBank.

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 14:30:34 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1