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/a05006.html | 172 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 docs/doxygen/nel/a05006.html (limited to 'docs/doxygen/nel/a05006.html') diff --git a/docs/doxygen/nel/a05006.html b/docs/doxygen/nel/a05006.html new file mode 100644 index 00000000..ab5b1f90 --- /dev/null +++ b/docs/doxygen/nel/a05006.html @@ -0,0 +1,172 @@ + + +NeL: source_dsound.cpp File Reference + + + +
+

source_dsound.cpp File Reference


Detailed Description

+DirectSound sound source

+

Id
source_dsound.cpp,v 1.27 2003/12/31 16:11:54 boucher Exp
+ +

+Definition in file source_dsound.cpp. +

+#include "stddsound.h"
+#include "nel/misc/hierarchical_timer.h"
+#include "source_dsound.h"
+#include "sound_driver_dsound.h"
+#include "buffer_dsound.h"
+#include "listener_dsound.h"
+#include "../sound_driver.h"
+#include <algorithm>
+ +

+Go to the source code of this file. + + + + + + + + + + + + + +

Namespaces

namespace  NLSOUND

Defines

#define DBGPOS(_a)
#define INITTIME(_var)
#define NLSOUND_DISTANCE(_from, _to, _period)   (((_to) > (_from)) ? (_to) - (_from) : (_period) + (_to) - (_from))
#define NLSOUND_MIN(_a, _b)   (((_a) < (_b)) ? (_a) : (_b))
+


Define Documentation

+

+ + + + +
+ + + + + + + +
#define DBGPOS_a   )  +
+
+ + + + + +
+   + + +

+ +

+Definition at line 65 of file source_dsound.cpp.

+

+ + + + +
+ + + + + + + +
#define INITTIME_var   )  +
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file source_dsound.cpp.

+

+ + + + +
+ + + + + + + + + + + + + +
#define NLSOUND_DISTANCE_from,
_to,
_period   )    (((_to) > (_from)) ? (_to) - (_from) : (_period) + (_to) - (_from)) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 82 of file source_dsound.cpp.

+

+ + + + +
+ + + + + + + + + + +
#define NLSOUND_MIN_a,
_b   )    (((_a) < (_b)) ? (_a) : (_b)) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file source_dsound.cpp.

+


Generated on Tue Mar 16 06:43:18 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1