JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java™ (public API).
ALCConstants.java
Go to the documentation of this file.
1/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/JavaEmitter.java on Sat Jul 12 19:11:38 CEST 2025 ----! */
2/* !---- Java-Unit: [pkg com.jogamp.openal, cls ALCConstants], ../build/gensrc/classes/com/jogamp/openal/ALCConstants.java ----! */
3
4package com.jogamp.openal;
5
6import com.jogamp.gluegen.runtime.*;
7import com.jogamp.common.os.*;
8import com.jogamp.common.nio.*;
9import java.nio.*;
10import com.jogamp.common.util.*;
11import java.util.Set;
12import java.util.Map;
13import java.util.HashMap;
14import java.nio.charset.Charset;
15import java.nio.charset.StandardCharsets;
16
17public interface ALCConstants {
18
19 /** Define "ALC_DEVICE_SPECIFIER" with expression '<code>0x1005</code>', CType: int */
20 public static final int ALC_DEVICE_SPECIFIER = 0x1005;
21 /** Define "ALC_CAPTURE_SAMPLES" with expression '<code>0x312</code>', CType: int */
22 public static final int ALC_CAPTURE_SAMPLES = 0x312;
23 /** Define "ALC_NO_ERROR" with expression '<code>0</code>', CType: int */
24 public static final int ALC_NO_ERROR = 0x0;
25 /** Define "ALC_ALL_ATTRIBUTES" with expression '<code>0x1003</code>', CType: int */
26 public static final int ALC_ALL_ATTRIBUTES = 0x1003;
27 /** Define "ALC_EXT_CAPTURE" with expression '<code>1</code>', CType: int */
28 public static final int ALC_EXT_CAPTURE = 0x1;
29 /** Define "ALC_OUT_OF_MEMORY" with expression '<code>0xA005</code>', CType: int */
30 public static final int ALC_OUT_OF_MEMORY = 0xa005;
31 /** Define "ALC_CAPTURE_DEVICE_SPECIFIER" with expression '<code>0x310</code>', CType: int */
32 public static final int ALC_CAPTURE_DEVICE_SPECIFIER = 0x310;
33 /** Define "ALC_MINOR_VERSION" with expression '<code>0x1001</code>', CType: int */
34 public static final int ALC_MINOR_VERSION = 0x1001;
35 /** Define "ALC_TRUE" with expression '<code>1</code>', CType: int */
36 public static final int ALC_TRUE = 0x1;
37 /** Define "ALC_ENUMERATE_ALL_EXT" with expression '<code>1</code>', CType: int */
38 public static final int ALC_ENUMERATE_ALL_EXT = 0x1;
39 /** Define "ALC_INVALID_ENUM" with expression '<code>0xA003</code>', CType: int */
40 public static final int ALC_INVALID_ENUM = 0xa003;
41 /** Define "ALC_MONO_SOURCES" with expression '<code>0x1010</code>', CType: int */
42 public static final int ALC_MONO_SOURCES = 0x1010;
43 /** Define "ALC_EXTENSIONS" with expression '<code>0x1006</code>', CType: int */
44 public static final int ALC_EXTENSIONS = 0x1006;
45 /** Define "ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER" with expression '<code>0x311</code>', CType: int */
46 public static final int ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER = 0x311;
47 /** Define "ALC_REFRESH" with expression '<code>0x1008</code>', CType: int */
48 public static final int ALC_REFRESH = 0x1008;
49 /** Define "ALC_INVALID_CONTEXT" with expression '<code>0xA002</code>', CType: int */
50 public static final int ALC_INVALID_CONTEXT = 0xa002;
51 /** Define "ALC_INVALID" with expression '<code>0</code>', CType: int */
52 public static final int ALC_INVALID = 0x0;
53 /** Define "ALC_STEREO_SOURCES" with expression '<code>0x1011</code>', CType: int */
54 public static final int ALC_STEREO_SOURCES = 0x1011;
55 /** Define "ALC_INVALID_VALUE" with expression '<code>0xA004</code>', CType: int */
56 public static final int ALC_INVALID_VALUE = 0xa004;
57 /** Define "ALC_MAJOR_VERSION" with expression '<code>0x1000</code>', CType: int */
58 public static final int ALC_MAJOR_VERSION = 0x1000;
59 /** Define "ALC_DEFAULT_ALL_DEVICES_SPECIFIER" with expression '<code>0x1012</code>', CType: int */
60 public static final int ALC_DEFAULT_ALL_DEVICES_SPECIFIER = 0x1012;
61 /** Define "ALC_VERSION_0_1" with expression '<code>1</code>', CType: int */
62 public static final int ALC_VERSION_0_1 = 0x1;
63 /** Define "ALC_ALL_DEVICES_SPECIFIER" with expression '<code>0x1013</code>', CType: int */
64 public static final int ALC_ALL_DEVICES_SPECIFIER = 0x1013;
65 /** Define "ALC_FALSE" with expression '<code>0</code>', CType: int */
66 public static final int ALC_FALSE = 0x0;
67 /** Define "ALC_DEFAULT_DEVICE_SPECIFIER" with expression '<code>0x1004</code>', CType: int */
68 public static final int ALC_DEFAULT_DEVICE_SPECIFIER = 0x1004;
69 /** Define "ALC_INVALID_DEVICE" with expression '<code>0xA001</code>', CType: int */
70 public static final int ALC_INVALID_DEVICE = 0xa001;
71 /** Define "ALC_FREQUENCY" with expression '<code>0x1007</code>', CType: int */
72 public static final int ALC_FREQUENCY = 0x1007;
73 /** Define "ALC_SYNC" with expression '<code>0x1009</code>', CType: int */
74 public static final int ALC_SYNC = 0x1009;
75 /** Define "ALC_ATTRIBUTES_SIZE" with expression '<code>0x1002</code>', CType: int */
76 public static final int ALC_ATTRIBUTES_SIZE = 0x1002;
77
78} // end of class ALCConstants
static final int ALC_INVALID_ENUM
Define "ALC_INVALID_ENUM" with expression '0xA003', CType: int.
static final int ALC_EXT_CAPTURE
Define "ALC_EXT_CAPTURE" with expression '1', CType: int.
static final int ALC_MAJOR_VERSION
Define "ALC_MAJOR_VERSION" with expression '0x1000', CType: int.
static final int ALC_DEVICE_SPECIFIER
Define "ALC_DEVICE_SPECIFIER" with expression '0x1005', CType: int.
static final int ALC_SYNC
Define "ALC_SYNC" with expression '0x1009', CType: int.
static final int ALC_VERSION_0_1
Define "ALC_VERSION_0_1" with expression '1', CType: int.
static final int ALC_CAPTURE_SAMPLES
Define "ALC_CAPTURE_SAMPLES" with expression '0x312', CType: int.
static final int ALC_STEREO_SOURCES
Define "ALC_STEREO_SOURCES" with expression '0x1011', CType: int.
static final int ALC_INVALID_VALUE
Define "ALC_INVALID_VALUE" with expression '0xA004', CType: int.
static final int ALC_MINOR_VERSION
Define "ALC_MINOR_VERSION" with expression '0x1001', CType: int.
static final int ALC_ENUMERATE_ALL_EXT
Define "ALC_ENUMERATE_ALL_EXT" with expression '1', CType: int.
static final int ALC_INVALID
Define "ALC_INVALID" with expression '0', CType: int.
static final int ALC_FREQUENCY
Define "ALC_FREQUENCY" with expression '0x1007', CType: int.
static final int ALC_FALSE
Define "ALC_FALSE" with expression '0', CType: int.
static final int ALC_NO_ERROR
Define "ALC_NO_ERROR" with expression '0', CType: int.
static final int ALC_CAPTURE_DEVICE_SPECIFIER
Define "ALC_CAPTURE_DEVICE_SPECIFIER" with expression '0x310', CType: int.
static final int ALC_EXTENSIONS
Define "ALC_EXTENSIONS" with expression '0x1006', CType: int.
static final int ALC_MONO_SOURCES
Define "ALC_MONO_SOURCES" with expression '0x1010', CType: int.
static final int ALC_INVALID_DEVICE
Define "ALC_INVALID_DEVICE" with expression '0xA001', CType: int.
static final int ALC_OUT_OF_MEMORY
Define "ALC_OUT_OF_MEMORY" with expression '0xA005', CType: int.
static final int ALC_DEFAULT_DEVICE_SPECIFIER
Define "ALC_DEFAULT_DEVICE_SPECIFIER" with expression '0x1004', CType: int.
static final int ALC_ATTRIBUTES_SIZE
Define "ALC_ATTRIBUTES_SIZE" with expression '0x1002', CType: int.
static final int ALC_REFRESH
Define "ALC_REFRESH" with expression '0x1008', CType: int.
static final int ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER
Define "ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER" with expression '0x311', CType: int.
static final int ALC_DEFAULT_ALL_DEVICES_SPECIFIER
Define "ALC_DEFAULT_ALL_DEVICES_SPECIFIER" with expression '0x1012', CType: int.
static final int ALC_TRUE
Define "ALC_TRUE" with expression '1', CType: int.
static final int ALC_ALL_DEVICES_SPECIFIER
Define "ALC_ALL_DEVICES_SPECIFIER" with expression '0x1013', CType: int.
static final int ALC_ALL_ATTRIBUTES
Define "ALC_ALL_ATTRIBUTES" with expression '0x1003', CType: int.
static final int ALC_INVALID_CONTEXT
Define "ALC_INVALID_CONTEXT" with expression '0xA002', CType: int.