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/a03920.html | 129 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 docs/doxygen/nel/a03920.html (limited to 'docs/doxygen/nel/a03920.html') diff --git a/docs/doxygen/nel/a03920.html b/docs/doxygen/nel/a03920.html new file mode 100644 index 00000000..d969bdda --- /dev/null +++ b/docs/doxygen/nel/a03920.html @@ -0,0 +1,129 @@ + + +NeL: NLSOUND::UAudioMixer::TBackgroundFilterFades struct Reference + + + +
+

NLSOUND::UAudioMixer::TBackgroundFilterFades Struct Reference

#include <u_audio_mixer.h> +

+


Detailed Description

+Structure that contain the background filter fadein and fade out delay This are configuration data. +

+ +

+Definition at line 109 of file u_audio_mixer.h. + + + + + + + + + +

Public Member Functions

 TBackgroundFilterFades ()

Data Fields

NLMISC::TTime FadeIns [TBackgroundFlags::NB_BACKGROUND_FLAGS]
NLMISC::TTime FadeOuts [TBackgroundFlags::NB_BACKGROUND_FLAGS]
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLSOUND::UAudioMixer::TBackgroundFilterFades::TBackgroundFilterFades  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 114 of file u_audio_mixer.h. +

+References FadeIns, FadeOuts, and uint. +

+

00115                 {
+00116                         for (uint i=0; i<TBackgroundFlags::NB_BACKGROUND_FLAGS; ++i)
+00117                         {
+00118                                 FadeIns[i] = 0;
+00119                                 FadeOuts[i] = 0;
+00120                         }
+00121                 }
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::TTime NLSOUND::UAudioMixer::TBackgroundFilterFades::FadeIns[TBackgroundFlags::NB_BACKGROUND_FLAGS] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 111 of file u_audio_mixer.h. +

+Referenced by NLSOUND::CBackgroundSoundManager::setBackgroundFlags(), TBackgroundFilterFades(), and NLSOUND::CBackgroundSoundManager::updateBackgroundStatus().

+

+ + + + +
+ + +
NLMISC::TTime NLSOUND::UAudioMixer::TBackgroundFilterFades::FadeOuts[TBackgroundFlags::NB_BACKGROUND_FLAGS] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 112 of file u_audio_mixer.h. +

+Referenced by NLSOUND::CBackgroundSoundManager::setBackgroundFlags(), TBackgroundFilterFades(), and NLSOUND::CBackgroundSoundManager::updateBackgroundStatus().

+


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