reference/openal/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -7,7 +7,7 @@
7
7
<varlistentry xml:id="constant.alc-frequency">
8
8
<term>
9
9
<constant>ALC_FREQUENCY</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -18,7 +18,7 @@
18
18
<varlistentry xml:id="constant.alc-refresh">
19
19
<term>
20
20
<constant>ALC_REFRESH</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
...
...
@@ -29,7 +29,7 @@
29
29
<varlistentry xml:id="constant.alc-sync">
30
30
<term>
31
31
<constant>ALC_SYNC</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -40,7 +40,7 @@
40
40
<varlistentry xml:id="constant.al-frequency">
41
41
<term>
42
42
<constant>AL_FREQUENCY</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
...
...
@@ -51,7 +51,7 @@
51
51
<varlistentry xml:id="constant.al-bits">
52
52
<term>
53
53
<constant>AL_BITS</constant>
54
-
(<type>integer</type>)
54
+
(<type>int</type>)
55
55
</term>
56
56
<listitem>
57
57
<simpara>
...
...
@@ -62,7 +62,7 @@
62
62
<varlistentry xml:id="constant.al-channels">
63
63
<term>
64
64
<constant>AL_CHANNELS</constant>
65
-
(<type>integer</type>)
65
+
(<type>int</type>)
66
66
</term>
67
67
<listitem>
68
68
<simpara>
...
...
@@ -73,7 +73,7 @@
73
73
<varlistentry xml:id="constant.al-size">
74
74
<term>
75
75
<constant>AL_SIZE</constant>
76
-
(<type>integer</type>)
76
+
(<type>int</type>)
77
77
</term>
78
78
<listitem>
79
79
<simpara>
...
...
@@ -84,7 +84,7 @@
84
84
<varlistentry xml:id="constant.al-buffer">
85
85
<term>
86
86
<constant>AL_BUFFER</constant>
87
-
(<type>integer</type>)
87
+
(<type>int</type>)
88
88
</term>
89
89
<listitem>
90
90
<simpara>
...
...
@@ -95,7 +95,7 @@
95
95
<varlistentry xml:id="constant.al-source-relative">
96
96
<term>
97
97
<constant>AL_SOURCE_RELATIVE</constant>
98
-
(<type>integer</type>)
98
+
(<type>int</type>)
99
99
</term>
100
100
<listitem>
101
101
<simpara>
...
...
@@ -106,7 +106,7 @@
106
106
<varlistentry xml:id="constant.al-source-state">
107
107
<term>
108
108
<constant>AL_SOURCE_STATE</constant>
109
-
(<type>integer</type>)
109
+
(<type>int</type>)
110
110
</term>
111
111
<listitem>
112
112
<simpara>
...
...
@@ -117,7 +117,7 @@
117
117
<varlistentry xml:id="constant.al-pitch">
118
118
<term>
119
119
<constant>AL_PITCH</constant>
120
-
(<type>integer</type>)
120
+
(<type>int</type>)
121
121
</term>
122
122
<listitem>
123
123
<simpara>
...
...
@@ -128,7 +128,7 @@
128
128
<varlistentry xml:id="constant.al-gain">
129
129
<term>
130
130
<constant>AL_GAIN</constant>
131
-
(<type>integer</type>)
131
+
(<type>int</type>)
132
132
</term>
133
133
<listitem>
134
134
<simpara>
...
...
@@ -139,7 +139,7 @@
139
139
<varlistentry xml:id="constant.al-min-gain">
140
140
<term>
141
141
<constant>AL_MIN_GAIN</constant>
142
-
(<type>integer</type>)
142
+
(<type>int</type>)
143
143
</term>
144
144
<listitem>
145
145
<simpara>
...
...
@@ -150,7 +150,7 @@
150
150
<varlistentry xml:id="constant.al-max-gain">
151
151
<term>
152
152
<constant>AL_MAX_GAIN</constant>
153
-
(<type>integer</type>)
153
+
(<type>int</type>)
154
154
</term>
155
155
<listitem>
156
156
<simpara>
...
...
@@ -161,7 +161,7 @@
161
161
<varlistentry xml:id="constant.al-max-distance">
162
162
<term>
163
163
<constant>AL_MAX_DISTANCE</constant>
164
-
(<type>integer</type>)
164
+
(<type>int</type>)
165
165
</term>
166
166
<listitem>
167
167
<simpara>
...
...
@@ -172,7 +172,7 @@
172
172
<varlistentry xml:id="constant.al-rolloff-factor">
173
173
<term>
174
174
<constant>AL_ROLLOFF_FACTOR</constant>
175
-
(<type>integer</type>)
175
+
(<type>int</type>)
176
176
</term>
177
177
<listitem>
178
178
<simpara>
...
...
@@ -183,7 +183,7 @@
183
183
<varlistentry xml:id="constant.al-cone-outer-gain">
184
184
<term>
185
185
<constant>AL_CONE_OUTER_GAIN</constant>
186
-
(<type>integer</type>)
186
+
(<type>int</type>)
187
187
</term>
188
188
<listitem>
189
189
<simpara>
...
...
@@ -194,7 +194,7 @@
194
194
<varlistentry xml:id="constant.al-cone-inner-angle">
195
195
<term>
196
196
<constant>AL_CONE_INNER_ANGLE</constant>
197
-
(<type>integer</type>)
197
+
(<type>int</type>)
198
198
</term>
199
199
<listitem>
200
200
<simpara>
...
...
@@ -205,7 +205,7 @@
205
205
<varlistentry xml:id="constant.al-cone-outer-angle">
206
206
<term>
207
207
<constant>AL_CONE_OUTER_ANGLE</constant>
208
-
(<type>integer</type>)
208
+
(<type>int</type>)
209
209
</term>
210
210
<listitem>
211
211
<simpara>
...
...
@@ -216,7 +216,7 @@
216
216
<varlistentry xml:id="constant.al-reference-distance">
217
217
<term>
218
218
<constant>AL_REFERENCE_DISTANCE</constant>
219
-
(<type>integer</type>)
219
+
(<type>int</type>)
220
220
</term>
221
221
<listitem>
222
222
<simpara>
...
...
@@ -227,7 +227,7 @@
227
227
<varlistentry xml:id="constant.al-position">
228
228
<term>
229
229
<constant>AL_POSITION</constant>
230
-
(<type>integer</type>)
230
+
(<type>int</type>)
231
231
</term>
232
232
<listitem>
233
233
<simpara>
...
...
@@ -238,7 +238,7 @@
238
238
<varlistentry xml:id="constant.al-velocity">
239
239
<term>
240
240
<constant>AL_VELOCITY</constant>
241
-
(<type>integer</type>)
241
+
(<type>int</type>)
242
242
</term>
243
243
<listitem>
244
244
<simpara>
...
...
@@ -249,7 +249,7 @@
249
249
<varlistentry xml:id="constant.al-direction">
250
250
<term>
251
251
<constant>AL_DIRECTION</constant>
252
-
(<type>integer</type>)
252
+
(<type>int</type>)
253
253
</term>
254
254
<listitem>
255
255
<simpara>
...
...
@@ -260,7 +260,7 @@
260
260
<varlistentry xml:id="constant.al-orientation">
261
261
<term>
262
262
<constant>AL_ORIENTATION</constant>
263
-
(<type>integer</type>)
263
+
(<type>int</type>)
264
264
</term>
265
265
<listitem>
266
266
<simpara>
...
...
@@ -271,7 +271,7 @@
271
271
<varlistentry xml:id="constant.al-format-mono8">
272
272
<term>
273
273
<constant>AL_FORMAT_MONO8</constant>
274
-
(<type>integer</type>)
274
+
(<type>int</type>)
275
275
</term>
276
276
<listitem>
277
277
<simpara>
...
...
@@ -282,7 +282,7 @@
282
282
<varlistentry xml:id="constant.al-format-mono16">
283
283
<term>
284
284
<constant>AL_FORMAT_MONO16</constant>
285
-
(<type>integer</type>)
285
+
(<type>int</type>)
286
286
</term>
287
287
<listitem>
288
288
<simpara>
...
...
@@ -293,7 +293,7 @@
293
293
<varlistentry xml:id="constant.al-format-stereo8">
294
294
<term>
295
295
<constant>AL_FORMAT_STEREO8</constant>
296
-
(<type>integer</type>)
296
+
(<type>int</type>)
297
297
</term>
298
298
<listitem>
299
299
<simpara>
...
...
@@ -304,7 +304,7 @@
304
304
<varlistentry xml:id="constant.al-format-stereo16">
305
305
<term>
306
306
<constant>AL_FORMAT_STEREO16</constant>
307
-
(<type>integer</type>)
307
+
(<type>int</type>)
308
308
</term>
309
309
<listitem>
310
310
<simpara>
...
...
@@ -315,7 +315,7 @@
315
315
<varlistentry xml:id="constant.al-initial">
316
316
<term>
317
317
<constant>AL_INITIAL</constant>
318
-
(<type>integer</type>)
318
+
(<type>int</type>)
319
319
</term>
320
320
<listitem>
321
321
<simpara>
...
...
@@ -326,7 +326,7 @@
326
326
<varlistentry xml:id="constant.al-playing">
327
327
<term>
328
328
<constant>AL_PLAYING</constant>
329
-
(<type>integer</type>)
329
+
(<type>int</type>)
330
330
</term>
331
331
<listitem>
332
332
<simpara>
...
...
@@ -337,7 +337,7 @@
337
337
<varlistentry xml:id="constant.al-paused">
338
338
<term>
339
339
<constant>AL_PAUSED</constant>
340
-
(<type>integer</type>)
340
+
(<type>int</type>)
341
341
</term>
342
342
<listitem>
343
343
<simpara>
...
...
@@ -348,7 +348,7 @@
348
348
<varlistentry xml:id="constant.al-stopped">
349
349
<term>
350
350
<constant>AL_STOPPED</constant>
351
-
(<type>integer</type>)
351
+
(<type>int</type>)
352
352
</term>
353
353
<listitem>
354
354
<simpara>
...
...
@@ -359,7 +359,7 @@
359
359
<varlistentry xml:id="constant.al-looping">
360
360
<term>
361
361
<constant>AL_LOOPING</constant>
362
-
(<type>integer</type>)
362
+
(<type>int</type>)
363
363
</term>
364
364
<listitem>
365
365
<simpara>
...
...
@@ -370,7 +370,7 @@
370
370
<varlistentry xml:id="constant.al-true">
371
371
<term>
372
372
<constant>AL_TRUE</constant>
373
-
(<type>integer</type>)
373
+
(<type>int</type>)
374
374
</term>
375
375
<listitem>
376
376
<simpara>
...
...
@@ -381,7 +381,7 @@
381
381
<varlistentry xml:id="constant.al-false">
382
382
<term>
383
383
<constant>AL_FALSE</constant>
384
-
(<type>integer</type>)
384
+
(<type>int</type>)
385
385
</term>
386
386
<listitem>
387
387
<simpara>
388
388